Searched refs:SerializePartialToCodedStream (Results 1 – 12 of 12) sorted by relevance
53 message.SerializePartialToCodedStream(&out); in TestParseCorruptedString()
365 return SerializePartialToCodedStream(output); in SerializeToCodedStream()368 bool MessageLite::SerializePartialToCodedStream( in SerializePartialToCodedStream() function in google::protobuf::MessageLite
328 bool SerializePartialToCodedStream(io::CodedOutputStream* output) const;
720 EXPECT_TRUE(message.SerializePartialToCodedStream(&output));
3464 t.SerializePartialToCodedStream(&output_stream);
327 bool SerializePartialToCodedStream(io::CodedOutputStream* output) const;
770 EXPECT_TRUE(message.SerializePartialToCodedStream(&output));
3646 t.SerializePartialToCodedStream(&output_stream);
2407 if (!message->SerializePartialToCodedStream(&coded_out)) { in EncodeOrDecode()
2400 if (!message->SerializePartialToCodedStream(&coded_out)) { in EncodeOrDecode()