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

  /external/protobuf/src/google/protobuf/
wire_format.cc 65 bool UnknownFieldSetFieldSkipper::SkipMessage(io::CodedInputStream* input) {
66 return WireFormat::SkipMessage(input, unknown_fields_);
106 if (!SkipMessage(input, (unknown_fields == NULL) ?
134 bool WireFormat::SkipMessage(io::CodedInputStream* input,
    [all...]
wire_format_lite.cc 142 if (!SkipMessage(input)) return false;
197 if (!SkipMessage(input, output)) return false;
223 bool WireFormatLite::SkipMessage(io::CodedInputStream* input) {
242 bool WireFormatLite::SkipMessage(io::CodedInputStream* input,
268 bool FieldSkipper::SkipMessage(io::CodedInputStream* input) {
269 return WireFormatLite::SkipMessage(input);
282 bool CodedOutputStreamFieldSkipper::SkipMessage(io::CodedInputStream* input) {
283 return WireFormatLite::SkipMessage(input, unknown_fields_);

Completed in 47 milliseconds