Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dapi.pb.cc1191 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
Dapi.pb.h288 bool request_streaming() const;
779 inline bool Method::request_streaming() const { in request_streaming() function
Dapi.proto103 bool request_streaming = 3; field