SkipMessage 209 third_party/protobuf/src/google/protobuf/unknown_field_set.cc if (internal::WireFormatLite::SkipMessage(input, &other) && SkipMessage 67 third_party/protobuf/src/google/protobuf/wire_format_lite.cc return WireFormatLite::SkipMessage(input, unknown_fields_); SkipMessage 162 third_party/protobuf/src/google/protobuf/wire_format_lite.cc if (!SkipMessage(input, (unknown_fields == NULL) ? SkipMessage 173 third_party/protobuf/src/google/protobuf/wire_format_lite.h static bool SkipMessage(io::CodedInputStream* input, SkipMessage 179 third_party/protobuf/src/google/protobuf/wire_format_lite.h static bool SkipMessage(io::CodedInputStream* input); SkipMessage 554 third_party/protobuf/src/google/protobuf/wire_format_lite.h bool SkipMessage(io::CodedInputStream* input); SkipMessage 821 third_party/protobuf/src/google/protobuf/wire_format_unittest.cc EXPECT_FALSE(WireFormat::SkipMessage(&coded_input, &unknown_fields));