Searched refs:client_streaming (Results 1 – 5 of 5) sorted by relevance
1091 bool client_streaming() const;1742 PROTOBUF_DEFINE_ACCESSOR(MethodDescriptor, client_streaming, bool) in PROTOBUF_DEFINE_STRING_ACCESSOR()
244 optional bool client_streaming = 5 [default=false]; field
2576 client_streaming() ? "stream " : "", in DebugString()4687 result->client_streaming_ = proto.client_streaming(); in BuildMethod()
7387 ::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
1786 bool client_streaming() const;5723 inline bool MethodDescriptorProto::client_streaming() const { in client_streaming() function