Home
last modified time | relevance | path

Searched refs:client_streaming_ (Results 1 – 4 of 4) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Ddescriptor.h1145 bool client_streaming_; variable
Ddescriptor.pb.cc312 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(MethodDescriptorProto, client_streaming_), in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto()
7292 client_streaming_ = false; in SharedCtor()
7355 ZR_(client_streaming_, server_streaming_); in Clear()
7458 input, &client_streaming_))); in MergePartialFromCodedStream()
7757 std::swap(client_streaming_, other->client_streaming_); in InternalSwap()
7992 client_streaming_ = false; in clear_client_streaming()
7997 return client_streaming_; in client_streaming()
8001 client_streaming_ = value; in set_client_streaming()
Ddescriptor.pb.h1875 bool client_streaming_; variable
5972 client_streaming_ = false; in clear_client_streaming()
5977 return client_streaming_; in client_streaming()
5981 client_streaming_ = value; in set_client_streaming()
Ddescriptor.cc1954 if (client_streaming_) { in CopyTo()
4700 result->client_streaming_ = proto.client_streaming(); in BuildMethod()