Searched refs:ParseGroup (Results 1 – 7 of 7) sorted by relevance
/third_party/protobuf/src/google/protobuf/ |
D | unknown_field_set.cc | 297 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()
|
D | parse_context.cc | 541 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()
|
D | parse_context.h | 371 PROTOBUF_MUST_USE_RESULT PROTOBUF_ALWAYS_INLINE const char* ParseGroup( in ParseGroup() function 689 ptr = field_parser.ParseGroup(number, ptr, ctx);
|
D | extension_set_inl.h | 185 return ctx->ParseGroup(value, ptr, tag); in ParseFieldWithExtensionInfo()
|
D | wire_format.cc | 754 ptr = ctx->ParseGroup(this, ptr, tag); in ParseMessageSet() 1013 return ctx->ParseGroup(sub_message, ptr, tag); in _InternalParseAndMergeField()
|
D | extension_set.h | 423 ptr = ctx->ParseGroup(&item, ptr, tag); in ParseMessageSet()
|
/third_party/node/deps/v8/src/regexp/ |
D | regexp-parser.cc | 196 RegExpTree* ParseGroup();
|