Home
last modified time | relevance | path

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

/third_party/protobuf/src/google/protobuf/
Dmessage_lite.h402 bool SerializePartialToOstream(std::ostream* output) const;
Dmessage_lite.cc443 bool MessageLite::SerializePartialToOstream(std::ostream* output) const { in SerializePartialToOstream() function in google::protobuf::MessageLite
/third_party/protobuf/src/google/protobuf/util/internal/
Dprotostream_objectsource_test.cc114 msg.SerializePartialToOstream(&oss); in ExecuteTest()