Home
last modified time | relevance | path

Searched refs:WireFormatParser (Results 1 – 4 of 4) sorted by relevance

/external/protobuf/src/google/protobuf/
Dunknown_field_set.cc343 return WireFormatParser(*this, ptr, ctx); in _InternalParse()
353 return WireFormatParser(field_parser, ptr, ctx); in UnknownGroupParse()
Dparse_context.cc532 return WireFormatParser(*this, ptr, ctx); in _InternalParse()
542 return WireFormatParser(field_parser, ptr, ctx); in UnknownGroupLiteParse()
Dmessage.cc468 return internal::WireFormatParser(*this, ptr, ctx); in _InternalParse()
526 return internal::WireFormatParser(field_parser, ptr, ctx); in _InternalParse()
Dparse_context.h686 PROTOBUF_MUST_USE_RESULT const char* WireFormatParser(T& field_parser, in WireFormatParser() function