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

  /external/protobuf/src/google/protobuf/
wire_format.h 137 static bool SkipMessage(io::CodedInputStream* input,
253 virtual bool SkipMessage(io::CodedInputStream* input);
wire_format_lite.cc 132 if (!SkipMessage(input)) return false;
156 bool WireFormatLite::SkipMessage(io::CodedInputStream* input) {
180 bool FieldSkipper::SkipMessage(io::CodedInputStream* input) {
181 return WireFormatLite::SkipMessage(input);
unknown_field_set.cc 149 if (internal::WireFormat::SkipMessage(input, &other) &&
wire_format.cc 73 bool UnknownFieldSetFieldSkipper::SkipMessage(io::CodedInputStream* input) {
74 return WireFormat::SkipMessage(input, unknown_fields_);
114 if (!SkipMessage(input, (unknown_fields == NULL) ?
142 bool WireFormat::SkipMessage(io::CodedInputStream* input,
    [all...]
wire_format_lite.h 169 // discarded, not recorded anywhere. See WireFormat::SkipMessage() for a
171 static bool SkipMessage(io::CodedInputStream* input);
511 virtual bool SkipMessage(io::CodedInputStream* input);
wire_format_unittest.cc 757 // Test a bug fix: SkipMessage should fail if the message contains a string
773 EXPECT_FALSE(WireFormat::SkipMessage(&coded_input, &unknown_fields));

Completed in 471 milliseconds