Home
last modified time | relevance | path

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

/third_party/protobuf/php/src/Google/Protobuf/Internal/
DMethodDescriptorProto.php50 protected $server_streaming = null; variable in Google\\Protobuf\\Internal\\MethodDescriptorProto
253 return isset($this->server_streaming) ? $this->server_streaming : false;
258 return isset($this->server_streaming);
263 unset($this->server_streaming);
276 $this->server_streaming = $var;
/third_party/protobuf/src/google/protobuf/
Ddescriptor.h1349 bool server_streaming() const;
2088 PROTOBUF_DEFINE_ACCESSOR(MethodDescriptor, server_streaming, bool) in PROTOBUF_DEFINE_STRING_ACCESSOR()
Ddescriptor.proto306 optional bool server_streaming = 6 [default = false]; field
Ddescriptor.cc2950 client_streaming() ? "stream " : "", server_streaming() ? "stream " : ""); in DebugString()
5407 result->server_streaming_ = proto.server_streaming(); in BuildMethod()
Ddescriptor.pb.h3357 bool server_streaming() const;
9984 inline bool MethodDescriptorProto::server_streaming() const { in server_streaming() function