Searched refs:response_streaming (Results 1 – 3 of 3) sorted by relevance
1206 if (this->response_streaming() != 0) { in SerializeWithCachedSizes()1207 ::google::protobuf::internal::WireFormatLite::WriteBool(5, this->response_streaming(), output); in SerializeWithCachedSizes()1267 if (this->response_streaming() != 0) { in InternalSerializeWithCachedSizesToArray()1268 …oogle::protobuf::internal::WireFormatLite::WriteBoolToArray(5, this->response_streaming(), target); in InternalSerializeWithCachedSizesToArray()1319 if (this->response_streaming() != 0) { in ByteSize()1381 if (from.response_streaming() != 0) { in MergeFrom()1382 set_response_streaming(from.response_streaming()); in MergeFrom()1585 bool Method::response_streaming() const { in response_streaming() function in google::protobuf::Method
305 bool response_streaming() const;837 inline bool Method::response_streaming() const { in response_streaming() function
109 bool response_streaming = 5; field