Home
last modified time | relevance | path

Searched refs:SerializeToCodedStream (Results 1 – 5 of 5) sorted by relevance

/third_party/protobuf/src/google/protobuf/
Dmessage_lite.h364 bool SerializeToCodedStream(io::CodedOutputStream* output) const;
Dmessage_lite.cc371 bool MessageLite::SerializeToCodedStream(io::CodedOutputStream* output) const { in SerializeToCodedStream() function in google::protobuf::MessageLite
Dmap_test.cc3240 t.SerializeToCodedStream(&output_stream); in DeterministicSerializationWithSerializeToCodedStream()
/third_party/protobuf/src/google/protobuf/compiler/
Dcommand_line_interface.cc2372 if (!file_set.SerializeToCodedStream(&coded_out)) { in WriteDescriptorSet()
/third_party/protobuf/
DCHANGES.txt286 … making the fast array serialization routine completely general. SerializeToCodedStream can now be…