Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Dwire_format_lite.cc125 bool WireFormatLite::SkipField(io::CodedInputStream* input, uint32_t tag) { in SkipField() function in google::protobuf::internal::WireFormatLite
171 bool WireFormatLite::SkipField(io::CodedInputStream* input, uint32_t tag, in SkipField() function in google::protobuf::internal::WireFormatLite
270 bool FieldSkipper::SkipField(io::CodedInputStream* input, uint32_t tag) { in SkipField() function in google::protobuf::internal::FieldSkipper
282 bool CodedOutputStreamFieldSkipper::SkipField(io::CodedInputStream* input, in SkipField() function in google::protobuf::internal::CodedOutputStreamFieldSkipper
Dwire_format.cc72 bool UnknownFieldSetFieldSkipper::SkipField(io::CodedInputStream* input, in SkipField() function in google::protobuf::internal::UnknownFieldSetFieldSkipper
85 bool WireFormat::SkipField(io::CodedInputStream* input, uint32_t tag, in SkipField() function in google::protobuf::internal::WireFormat
644 bool SkipField(uint32_t tag, io::CodedInputStream* input) { in ParseAndMergeMessageSetItem() function
Dtext_format.cc661 bool SkipField() { in SkipField() function in google::protobuf::TextFormat::Parser::ParserImpl
/external/cronet/third_party/protobuf/src/google/protobuf/
Dwire_format_lite.cc125 bool WireFormatLite::SkipField(io::CodedInputStream* input, uint32_t tag) { in SkipField() function in google::protobuf::internal::WireFormatLite
171 bool WireFormatLite::SkipField(io::CodedInputStream* input, uint32_t tag, in SkipField() function in google::protobuf::internal::WireFormatLite
270 bool FieldSkipper::SkipField(io::CodedInputStream* input, uint32_t tag) { in SkipField() function in google::protobuf::internal::FieldSkipper
282 bool CodedOutputStreamFieldSkipper::SkipField(io::CodedInputStream* input, in SkipField() function in google::protobuf::internal::CodedOutputStreamFieldSkipper
Dwire_format.cc72 bool UnknownFieldSetFieldSkipper::SkipField(io::CodedInputStream* input, in SkipField() function in google::protobuf::internal::UnknownFieldSetFieldSkipper
85 bool WireFormat::SkipField(io::CodedInputStream* input, uint32_t tag, in SkipField() function in google::protobuf::internal::WireFormat
644 bool SkipField(uint32_t tag, io::CodedInputStream* input) { in ParseAndMergeMessageSetItem() function
Dtext_format.cc658 bool SkipField() { in SkipField() function in google::protobuf::TextFormat::Parser::ParserImpl
/external/pigweed/pw_protobuf/
Ddecoder.cc36 Status Decoder::SkipField() { in SkipField() function in pw::protobuf::Decoder
Dstream_decoder.cc260 Status StreamDecoder::SkipField() { in SkipField() function in pw::protobuf::StreamDecoder
/external/protobuf/python/google/protobuf/internal/
Ddecoder.py1052 def SkipField(buffer, pos, end, tag_bytes): function
1068 SkipField = _FieldSkipper() variable
/external/cronet/third_party/protobuf/python/google/protobuf/internal/
Ddecoder.py1013 def SkipField(buffer, pos, end, tag_bytes): function
1029 SkipField = _FieldSkipper() variable