Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Dwire_format_lite.cc111 bool WireFormatLite::SkipField( in SkipField() function in google::protobuf::internal::WireFormatLite
156 bool WireFormatLite::SkipField( in SkipField() function in google::protobuf::internal::WireFormatLite
253 bool FieldSkipper::SkipField( in SkipField() function in google::protobuf::internal::FieldSkipper
267 bool CodedOutputStreamFieldSkipper::SkipField( in SkipField() function in google::protobuf::internal::CodedOutputStreamFieldSkipper
Dwire_format.cc68 bool UnknownFieldSetFieldSkipper::SkipField( in SkipField() function in google::protobuf::internal::UnknownFieldSetFieldSkipper
82 bool WireFormat::SkipField(io::CodedInputStream* input, uint32 tag, in SkipField() function in google::protobuf::internal::WireFormat
Dtext_format.cc510 bool SkipField() { in SkipField() function in google::protobuf::TextFormat::Parser::ParserImpl
/external/nanopb-c/generator/google/protobuf/internal/
Ddecoder.py704 def SkipField(buffer, pos, end, tag_bytes): function
720 SkipField = _FieldSkipper() variable
/external/protobuf/python/google/protobuf/internal/
Ddecoder.py815 def SkipField(buffer, pos, end, tag_bytes): function
831 SkipField = _FieldSkipper() variable