Searched refs:SerializeToCodedStream (Results 1 – 3 of 3) sorted by relevance
234 bool MessageLite::SerializeToCodedStream(io::CodedOutputStream* output) const { in SerializeToCodedStream() function in google::protobuf::MessageLite275 return SerializeToCodedStream(&encoder); in SerializeToZeroCopyStream()
206 bool SerializeToCodedStream(io::CodedOutputStream* output) const;
119 file.SerializeToCodedStream(&coded_out); in AddResFileEntry()