HomeSort by relevance Sort by last modified time
    Searched refs:SerializeToCodedStream (Results 1 - 2 of 2) sorted by null

  /external/protobuf/src/google/protobuf/
message_lite.h 203 bool SerializeToCodedStream(io::CodedOutputStream* output) const;
204 // Like SerializeToCodedStream(), but allows missing required fields.
message_lite.cc 235 bool MessageLite::SerializeToCodedStream(io::CodedOutputStream* output) const {
276 return SerializeToCodedStream(&encoder);

Completed in 305 milliseconds