Searched refs:SerializeToCodedStream (Results 1 – 6 of 6) sorted by relevance
364 bool SerializeToCodedStream(io::CodedOutputStream* output) const;
371 bool MessageLite::SerializeToCodedStream(io::CodedOutputStream* output) const { in SerializeToCodedStream() function in google::protobuf::MessageLite
3240 t.SerializeToCodedStream(&output_stream); in DeterministicSerializationWithSerializeToCodedStream()
2372 if (!file_set.SerializeToCodedStream(&coded_out)) { in WriteDescriptorSet()
276 …"google::protobuf::MessageLite::SerializeToCodedStream(google::protobuf::io::CodedOutputStream*) c…
286 … making the fast array serialization routine completely general. SerializeToCodedStream can now be…