Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Dwire_format_lite.cc121 bool WireFormatLite::SkipField(io::CodedInputStream* input, uint32 tag) { in SkipField() function in google::protobuf::internal::WireFormatLite
167 bool WireFormatLite::SkipField(io::CodedInputStream* input, uint32 tag, in SkipField() function in google::protobuf::internal::WireFormatLite
266 bool FieldSkipper::SkipField(io::CodedInputStream* input, uint32 tag) { in SkipField() function in google::protobuf::internal::FieldSkipper
278 bool CodedOutputStreamFieldSkipper::SkipField(io::CodedInputStream* input, in SkipField() function in google::protobuf::internal::CodedOutputStreamFieldSkipper
Dwire_format.cc71 bool UnknownFieldSetFieldSkipper::SkipField(io::CodedInputStream* input, in SkipField() function in google::protobuf::internal::UnknownFieldSetFieldSkipper
84 bool WireFormat::SkipField(io::CodedInputStream* input, uint32 tag, in SkipField() function in google::protobuf::internal::WireFormat
697 bool SkipField(uint32 tag, io::CodedInputStream* input) { in ParseAndMergeMessageSetItem() function
Dextension_set_heavy.cc711 bool SkipField(uint32 tag, io::CodedInputStream* input) { in ParseMessageSetItem() function
Dextension_set.cc1445 bool SkipField(uint32 tag, io::CodedInputStream* input) { in ParseMessageSetItemLite() function
Dtext_format.cc624 bool SkipField() { in SkipField() function in google::protobuf::TextFormat::Parser::ParserImpl
/external/protobuf/python/google/protobuf/internal/
Ddecoder.py1000 def SkipField(buffer, pos, end, tag_bytes): function
1016 SkipField = _FieldSkipper() variable