Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Ddescriptor.h1139 bool client_streaming_; variable
Ddescriptor.pb.cc307 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(MethodDescriptorProto, client_streaming_), in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto()
7134 client_streaming_ = false; in SharedCtor()
7197 ZR_(client_streaming_, server_streaming_); in Clear()
7300 input, &client_streaming_))); in MergePartialFromCodedStream()
7595 std::swap(client_streaming_, other->client_streaming_); in InternalSwap()
7830 client_streaming_ = false; in clear_client_streaming()
7835 return client_streaming_; in client_streaming()
7839 client_streaming_ = value; in set_client_streaming()
Ddescriptor.pb.h1818 bool client_streaming_; variable
5720 client_streaming_ = false; in clear_client_streaming()
5725 return client_streaming_; in client_streaming()
5729 client_streaming_ = value; in set_client_streaming()
Ddescriptor.cc1951 if (client_streaming_) { in CopyTo()
4687 result->client_streaming_ = proto.client_streaming(); in BuildMethod()