Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dapi.pb.cc1206 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
Dapi.pb.h305 bool response_streaming() const;
837 inline bool Method::response_streaming() const { in response_streaming() function
Dapi.proto109 bool response_streaming = 5; field