Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Dunknown_field_set.cc334 const char* ParseGroup(uint32 num, const char* ptr, ParseContext* ctx) { in ParseGroup() function in google::protobuf::internal::UnknownFieldParserHelper
336 return ctx->ParseGroup(&child, ptr, num * 8 + 3); in ParseGroup()
Dmessage.cc438 const char* ParseGroup(uint32 num, const char* ptr, in _InternalParse() function in google::protobuf::Message::_InternalParse::ReflectiveFieldParser
443 ptr = ctx->ParseGroup(this, ptr, num * 8 + 3); in _InternalParse()
451 return ctx->ParseGroup(msg, ptr, num * 8 + 3); in _InternalParse()
Dparse_context.cc516 const char* ParseGroup(uint32 num, const char* ptr, ParseContext* ctx) { in ParseGroup() function in google::protobuf::internal::UnknownFieldLiteParserHelper
518 ptr = ctx->ParseGroup(this, ptr, num * 8 + 3); in ParseGroup()
Dparse_context.h353 PROTOBUF_MUST_USE_RESULT PROTOBUF_ALWAYS_INLINE const char* ParseGroup( in ParseGroup() function
665 ptr = field_parser.ParseGroup(number, ptr, ctx); in FieldParser()
Dextension_set_inl.h186 return ctx->ParseGroup(value, ptr, tag); in ParseFieldWithExtensionInfo()
Dextension_set.h428 ptr = ctx->ParseGroup(&item, ptr, tag); in ParseMessageSet()
/external/v8/src/regexp/
Dregexp-parser.h168 RegExpTree* ParseGroup();