Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dmessage.cc183 bool Message::SerializePartialToOstream(ostream* output) const { in SerializePartialToOstream() function in google::protobuf::Message
Dmessage.h288 bool SerializePartialToOstream(ostream* output) const;
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/internal/
Dprotostream_objectsource_test.cc116 msg.SerializePartialToOstream(&oss); in ExecuteTest()