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