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

  /external/protobuf/src/google/protobuf/
wire_format_lite.cc 132 if (!SkipMessage(input)) return false;
187 if (!SkipMessage(input, output)) return false;
213 bool WireFormatLite::SkipMessage(io::CodedInputStream* input) {
232 bool WireFormatLite::SkipMessage(io::CodedInputStream* input,
258 bool FieldSkipper::SkipMessage(io::CodedInputStream* input) {
259 return WireFormatLite::SkipMessage(input);
272 bool CodedOutputStreamFieldSkipper::SkipMessage(io::CodedInputStream* input) {
273 return WireFormatLite::SkipMessage(input, unknown_fields_);
wire_format.h 138 static bool SkipMessage(io::CodedInputStream* input,
274 virtual bool SkipMessage(io::CodedInputStream* input);
wire_format_lite.h 173 // discarded, not recorded anywhere. See WireFormat::SkipMessage() for a
175 static bool SkipMessage(io::CodedInputStream* input);
179 static bool SkipMessage(io::CodedInputStream* input,
534 virtual bool SkipMessage(io::CodedInputStream* input);
552 virtual bool SkipMessage(io::CodedInputStream* input);
unknown_field_set.cc 192 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_unittest.cc 912 // Test a bug fix: SkipMessage should fail if the message contains a string
928 EXPECT_FALSE(WireFormat::SkipMessage(&coded_input, &unknown_fields));
    [all...]
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/
wire_format.h 138 static bool SkipMessage(io::CodedInputStream* input,
254 virtual bool SkipMessage(io::CodedInputStream* input);
wire_format_lite.h 167 // discarded, not recorded anywhere. See WireFormat::SkipMessage() for a
169 static bool SkipMessage(io::CodedInputStream* input);
513 virtual bool SkipMessage(io::CodedInputStream* input);
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/
wire_format.h 138 static bool SkipMessage(io::CodedInputStream* input,
254 virtual bool SkipMessage(io::CodedInputStream* input);
wire_format_lite.h 167 // discarded, not recorded anywhere. See WireFormat::SkipMessage() for a
169 static bool SkipMessage(io::CodedInputStream* input);
513 virtual bool SkipMessage(io::CodedInputStream* input);
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/
wire_format.h 138 static bool SkipMessage(io::CodedInputStream* input,
254 virtual bool SkipMessage(io::CodedInputStream* input);
wire_format_lite.h 167 // discarded, not recorded anywhere. See WireFormat::SkipMessage() for a
169 static bool SkipMessage(io::CodedInputStream* input);
513 virtual bool SkipMessage(io::CodedInputStream* input);
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
wire_format.h 138 static bool SkipMessage(io::CodedInputStream* input,
273 virtual bool SkipMessage(io::CodedInputStream* input);
wire_format_lite.h 173 // discarded, not recorded anywhere. See WireFormat::SkipMessage() for a
175 static bool SkipMessage(io::CodedInputStream* input);
179 static bool SkipMessage(io::CodedInputStream* input,
556 virtual bool SkipMessage(io::CodedInputStream* input);
574 virtual bool SkipMessage(io::CodedInputStream* input);
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/
wire_format.h 138 static bool SkipMessage(io::CodedInputStream* input,
254 virtual bool SkipMessage(io::CodedInputStream* input);
wire_format_lite.h 167 // discarded, not recorded anywhere. See WireFormat::SkipMessage() for a
169 static bool SkipMessage(io::CodedInputStream* input);
513 virtual bool SkipMessage(io::CodedInputStream* input);

Completed in 324 milliseconds