Searched defs:SkipMessage (Results 1 - 2 of 2) sorted by relevance

/external/protobuf/src/google/protobuf/
H A Dwire_format_lite.cc132 if (!SkipMessage(input)) return false;
156 bool WireFormatLite::SkipMessage(io::CodedInputStream* input) { function in class:google::protobuf::internal::WireFormatLite
180 bool FieldSkipper::SkipMessage(io::CodedInputStream* input) { function in class:google::protobuf::internal::FieldSkipper
181 return WireFormatLite::SkipMessage(input);
H A Dwire_format.cc73 bool UnknownFieldSetFieldSkipper::SkipMessage(io::CodedInputStream* input) { function in class:google::protobuf::internal::UnknownFieldSetFieldSkipper
74 return WireFormat::SkipMessage(input, unknown_fields_);
114 if (!SkipMessage(input, (unknown_fields == NULL) ?
142 bool WireFormat::SkipMessage(io::CodedInputStream* input, function in class:google::protobuf::internal::WireFormat

Completed in 48 milliseconds