Home
last modified time | relevance | path

Searched refs:request_streaming (Results 1 - 3 of 3) sorted by relevance

/third_party/protobuf/php/src/Google/Protobuf/
H A DMethod.php33 * Generated from protobuf field <code>bool request_streaming = 3;</code>
35 private $request_streaming = false; variable
71 * @type bool $request_streaming
143 * Generated from protobuf field <code>bool request_streaming = 3;</code>
148 return $this->request_streaming;
154 * Generated from protobuf field <code>bool request_streaming = 3;</code>
161 $this->request_streaming = $var; variable
/third_party/protobuf/src/google/protobuf/
H A Dapi.pb.cc725 // bool request_streaming = 3; in _InternalParse()
816 // bool request_streaming = 3; in _InternalSerialize()
817 if (this->request_streaming() != 0) { in _InternalSerialize()
897 // bool request_streaming = 3; in ByteSizeLong()
898 if (this->request_streaming() != 0) { in ByteSizeLong()
954 if (from.request_streaming() != 0) { in MergeFrom()
H A Dapi.pb.h519 // bool request_streaming = 3;
521 bool request_streaming() const;
1199 // bool request_streaming = 3;
1206 inline bool Method::request_streaming() const { in request_streaming() function in Method
1207 // @@protoc_insertion_point(field_get:google.protobuf.Method.request_streaming) in request_streaming()
1216 // @@protoc_insertion_point(field_set:google.protobuf.Method.request_streaming) in set_request_streaming()

Completed in 5 milliseconds