Searched refs:SerializePartialToOstream (Results 1 – 3 of 3) sorted by relevance
387 bool SerializePartialToOstream(std::ostream* output) const;
437 bool MessageLite::SerializePartialToOstream(std::ostream* output) const { in SerializePartialToOstream() function in google::protobuf::MessageLite
114 msg.SerializePartialToOstream(&oss); in ExecuteTest()