Home
last modified time | relevance | path

Searched refs:client_streaming (Results 1 – 5 of 5) sorted by relevance

/external/protobuf/src/google/protobuf/
Ddescriptor.h1091 bool client_streaming() const;
1742 PROTOBUF_DEFINE_ACCESSOR(MethodDescriptor, client_streaming, bool) in PROTOBUF_DEFINE_STRING_ACCESSOR()
Ddescriptor.proto244 optional bool client_streaming = 5 [default=false]; field
Ddescriptor.cc2576 client_streaming() ? "stream " : "", in DebugString()
4687 result->client_streaming_ = proto.client_streaming(); in BuildMethod()
Ddescriptor.pb.cc7387 ::google::protobuf::internal::WireFormatLite::WriteBool(5, this->client_streaming(), output); in SerializeWithCachedSizes()
7447 …:google::protobuf::internal::WireFormatLite::WriteBoolToArray(5, this->client_streaming(), target); in SerializeWithCachedSizesToArray()
7553 set_client_streaming(from.client_streaming()); in MergeFrom()
7833 bool MethodDescriptorProto::client_streaming() const { in client_streaming() function in google::protobuf::MethodDescriptorProto
Ddescriptor.pb.h1786 bool client_streaming() const;
5723 inline bool MethodDescriptorProto::client_streaming() const { in client_streaming() function