Home
last modified time | relevance | path

Searched refs:ParseGroup (Results 1 – 7 of 7) sorted by relevance

/third_party/protobuf/src/google/protobuf/
Dunknown_field_set.cc297 const char* ParseGroup(uint32 num, const char* ptr, ParseContext* ctx) { in ParseGroup() function in google::protobuf::internal::UnknownFieldParserHelper
299 return ctx->ParseGroup(&child, ptr, num * 8 + 3); in ParseGroup()
Dparse_context.cc541 const char* ParseGroup(uint32 num, const char* ptr, ParseContext* ctx) { in ParseGroup() function in google::protobuf::internal::UnknownFieldLiteParserHelper
543 ptr = ctx->ParseGroup(this, ptr, num * 8 + 3); in ParseGroup()
Dparse_context.h371 PROTOBUF_MUST_USE_RESULT PROTOBUF_ALWAYS_INLINE const char* ParseGroup( in ParseGroup() function
689 ptr = field_parser.ParseGroup(number, ptr, ctx);
Dextension_set_inl.h185 return ctx->ParseGroup(value, ptr, tag); in ParseFieldWithExtensionInfo()
Dwire_format.cc754 ptr = ctx->ParseGroup(this, ptr, tag); in ParseMessageSet()
1013 return ctx->ParseGroup(sub_message, ptr, tag); in _InternalParseAndMergeField()
Dextension_set.h423 ptr = ctx->ParseGroup(&item, ptr, tag); in ParseMessageSet()
/third_party/node/deps/v8/src/regexp/
Dregexp-parser.cc196 RegExpTree* ParseGroup();