Searched defs:SkipField (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
H A Ddecoder.py576 local_SkipField = SkipField
596 pos = SkipField(buffer, pos, end, tag_bytes)
629 # Optimization is not as heavy here because calls to SkipField() are rare,
664 new_pos = SkipField(buffer, pos, end, tag_bytes)
688 """Constructs the SkipField function."""
704 def SkipField(buffer, pos, end, tag_bytes): function in function:_FieldSkipper
718 return SkipField
720 SkipField = _FieldSkipper() variable
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Dwire_format_lite.cc61 bool FieldSkipper::SkipField( function in class:google::protobuf::internal::FieldSkipper
63 return WireFormatLite::SkipField(input, tag, unknown_fields_);
130 bool WireFormatLite::SkipField(io::CodedInputStream* input, uint32 tag, function in class:google::protobuf::internal::WireFormatLite
206 if (!SkipField(input, tag, unknown_fields)) return false;
H A Dtext_format.cc445 bool SkipField() { function in class:google::protobuf::TextFormat::Parser::ParserImpl
520 DO(SkipField());
/external/protobuf/python/google/protobuf/internal/
H A Ddecoder.py503 local_SkipField = SkipField
522 pos = SkipField(buffer, pos, end, tag_bytes)
550 # Optimization is not as heavy here because calls to SkipField() are rare,
585 new_pos = SkipField(buffer, pos, end, tag_bytes)
609 """Constructs the SkipField function."""
625 def SkipField(buffer, pos, end, tag_bytes): function in function:_FieldSkipper
639 return SkipField
641 SkipField = _FieldSkipper() variable
/external/protobuf/src/google/protobuf/
H A Dwire_format_lite.cc111 bool WireFormatLite::SkipField( function in class:google::protobuf::internal::WireFormatLite
171 if (!SkipField(input, tag)) return false;
175 bool FieldSkipper::SkipField( function in class:google::protobuf::internal::FieldSkipper
177 return WireFormatLite::SkipField(input, tag);
H A Dwire_format.cc68 bool UnknownFieldSetFieldSkipper::SkipField( function in class:google::protobuf::internal::UnknownFieldSetFieldSkipper
70 return WireFormat::SkipField(input, tag, unknown_fields_);
82 bool WireFormat::SkipField(io::CodedInputStream* input, uint32 tag, function in class:google::protobuf::internal::WireFormat
158 if (!SkipField(input, tag, unknown_fields)) return false;
445 return SkipField(input, tag,
702 if (!SkipField(input, tag, NULL)) return false;

Completed in 540 milliseconds