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 168 bool SerializeToCodedStream(io::CodedOutputStream* output) const;
169 // Like SerializeToCodedStream(), but allows missing required fields.
message_lite.cc 228 bool MessageLite::SerializeToCodedStream(io::CodedOutputStream* output) const {
263 return SerializeToCodedStream(&encoder);

Completed in 139 milliseconds