Home
last modified time | relevance | path

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

/third_party/protobuf/php/src/Google/Protobuf/
H A DMethod.php45 * Generated from protobuf field <code>bool response_streaming = 5;</code>
47 private $response_streaming = false; variable
75 * @type bool $response_streaming
195 * Generated from protobuf field <code>bool response_streaming = 5;</code>
200 return $this->response_streaming;
206 * Generated from protobuf field <code>bool response_streaming = 5;</code>
213 $this->response_streaming = $var; variable
/third_party/protobuf/src/google/protobuf/
H A Dapi.pb.cc741 // bool response_streaming = 5; in _InternalParse()
832 // bool response_streaming = 5; in _InternalSerialize()
833 if (this->response_streaming() != 0) { in _InternalSerialize()
902 // bool response_streaming = 5; in ByteSizeLong()
903 if (this->response_streaming() != 0) { in ByteSizeLong()
957 if (from.response_streaming() != 0) { in MergeFrom()
H A Dapi.pb.h528 // bool response_streaming = 5;
530 bool response_streaming() const;
1281 // bool response_streaming = 5;
1288 inline bool Method::response_streaming() const { in response_streaming() function in Method
1289 // @@protoc_insertion_point(field_get:google.protobuf.Method.response_streaming) in response_streaming()
1298 // @@protoc_insertion_point(field_set:google.protobuf.Method.response_streaming) in set_response_streaming()

Completed in 6 milliseconds