Searched refs:server_streaming (Results 1 – 5 of 5) sorted by relevance
1093 bool server_streaming() const;1743 PROTOBUF_DEFINE_ACCESSOR(MethodDescriptor, server_streaming, bool) in PROTOBUF_DEFINE_STRING_ACCESSOR()
246 optional bool server_streaming = 6 [default=false]; field
2577 server_streaming() ? "stream " : ""); in DebugString()4688 result->server_streaming_ = proto.server_streaming(); in BuildMethod()
7392 ::google::protobuf::internal::WireFormatLite::WriteBool(6, this->server_streaming(), output); in SerializeWithCachedSizes()7452 …:google::protobuf::internal::WireFormatLite::WriteBoolToArray(6, this->server_streaming(), target); in SerializeWithCachedSizesToArray()7556 set_server_streaming(from.server_streaming()); in MergeFrom()7857 bool MethodDescriptorProto::server_streaming() const { in server_streaming() function in google::protobuf::MethodDescriptorProto
1793 bool server_streaming() const;5747 inline bool MethodDescriptorProto::server_streaming() const { in server_streaming() function