Searched refs:request_streaming (Results 1 – 3 of 3) sorted by relevance
1191 if (this->request_streaming() != 0) { in SerializeWithCachedSizes()1192 ::google::protobuf::internal::WireFormatLite::WriteBool(3, this->request_streaming(), output); in SerializeWithCachedSizes()1251 if (this->request_streaming() != 0) { in InternalSerializeWithCachedSizesToArray()1252 …google::protobuf::internal::WireFormatLite::WriteBoolToArray(3, this->request_streaming(), target); in InternalSerializeWithCachedSizesToArray()1307 if (this->request_streaming() != 0) { in ByteSize()1374 if (from.request_streaming() != 0) { in MergeFrom()1375 set_request_streaming(from.request_streaming()); in MergeFrom()1527 bool Method::request_streaming() const { in request_streaming() function in google::protobuf::Method
288 bool request_streaming() const;779 inline bool Method::request_streaming() const { in request_streaming() function
103 bool request_streaming = 3; field