Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Ddescriptor.h1093 bool server_streaming() const;
1743 PROTOBUF_DEFINE_ACCESSOR(MethodDescriptor, server_streaming, bool) in PROTOBUF_DEFINE_STRING_ACCESSOR()
Ddescriptor.proto246 optional bool server_streaming = 6 [default=false]; field
Ddescriptor.cc2577 server_streaming() ? "stream " : ""); in DebugString()
4688 result->server_streaming_ = proto.server_streaming(); in BuildMethod()
Ddescriptor.pb.cc7392 ::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
Ddescriptor.pb.h1793 bool server_streaming() const;
5747 inline bool MethodDescriptorProto::server_streaming() const { in server_streaming() function