Searched refs:SkipMessage (Results 1 - 10 of 10) sorted by relevance

/external/protobuf/src/google/protobuf/
H A Dwire_format.h137 static bool SkipMessage(io::CodedInputStream* input,
253 virtual bool SkipMessage(io::CodedInputStream* input);
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 Dunknown_field_set.cc149 if (internal::WireFormat::SkipMessage(input, &other) &&
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
H A Dwire_format_lite.h169 // discarded, not recorded anywhere. See WireFormat::SkipMessage() for a
171 static bool SkipMessage(io::CodedInputStream* input);
511 virtual bool SkipMessage(io::CodedInputStream* input);
H A Dwire_format_unittest.cc757 // Test a bug fix: SkipMessage should fail if the message contains a string
773 EXPECT_FALSE(WireFormat::SkipMessage(&coded_input, &unknown_fields));
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Dwire_format_lite.cc66 bool FieldSkipper::SkipMessage(io::CodedInputStream* input) { function in class:google::protobuf::internal::FieldSkipper
67 return WireFormatLite::SkipMessage(input, unknown_fields_);
162 if (!SkipMessage(input, (unknown_fields == NULL) ?
190 bool WireFormatLite::SkipMessage(io::CodedInputStream* input, function in class:google::protobuf::internal::WireFormatLite
H A Dwire_format_lite.h173 static bool SkipMessage(io::CodedInputStream* input,
179 static bool SkipMessage(io::CodedInputStream* input);
554 bool SkipMessage(io::CodedInputStream* input);
H A Dunknown_field_set.cc209 if (internal::WireFormatLite::SkipMessage(input, &other) &&
H A Dwire_format_unittest.cc805 // Test a bug fix: SkipMessage should fail if the message contains a string
821 EXPECT_FALSE(WireFormat::SkipMessage(&coded_input, &unknown_fields));

Completed in 115 milliseconds