Home
last modified time | relevance | path

Searched defs:ParseGroup (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/protobuf/src/google/protobuf/
H A Dunknown_field_set.cc318 const char* ParseGroup(uint32_t num, const char* ptr, ParseContext* ctx) { in ParseGroup() function in google::protobuf::internal::UnknownFieldParserHelper
H A Dparse_context.h437 PROTOBUF_NODISCARD PROTOBUF_NDEBUG_INLINE const char* ParseGroup( in ParseGroup() function
H A Dparse_context.cc508 const char* ParseGroup(uint32_t num, const char* ptr, ParseContext* ctx) { in ParseGroup() function in google::protobuf::internal::UnknownFieldLiteParserHelper
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/
H A Dunknown_field_set.cc318 const char* ParseGroup(uint32_t num, const char* ptr, ParseContext* ctx) { in ParseGroup() function in google::protobuf::internal::UnknownFieldParserHelper
H A Dparse_context.h433 PROTOBUF_NODISCARD PROTOBUF_NDEBUG_INLINE const char* ParseGroup( in ParseGroup() function
H A Dparse_context.cc508 const char* ParseGroup(uint32_t num, const char* ptr, ParseContext* ctx) { in ParseGroup() function in google::protobuf::internal::UnknownFieldLiteParserHelper
/aosp_15_r20/system/core/init/
H A Dservice_parser.cpp171 Result<void> ServiceParser::ParseGroup(std::vector<std::string>&& args) { in ParseGroup() function in android::init::ServiceParser
/aosp_15_r20/external/openscreen/tools/cddl/
H A Dparse.cc433 AstNode* ParseGroup(Parser* p) { in ParseGroup() function