Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/compiler/
Dparser.cc1866 method->set_client_streaming(true); in ParseServiceMethod()
/external/protobuf/src/google/protobuf/
Ddescriptor.pb.h1787 void set_client_streaming(bool value);
5727 inline void MethodDescriptorProto::set_client_streaming(bool value) { in set_client_streaming() function
Ddescriptor.cc1952 proto->set_client_streaming(true); in CopyTo()
Ddescriptor.pb.cc7553 set_client_streaming(from.client_streaming()); in MergeFrom()
7837 void MethodDescriptorProto::set_client_streaming(bool value) { in set_client_streaming() function in google::protobuf::MethodDescriptorProto