Searched refs:SerializeToCodedStream (Results 1 – 5 of 5) 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()
286 … making the fast array serialization routine completely general. SerializeToCodedStream can now be…