Home
last modified time | relevance | path

Searched defs:RuntimeParser (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/art/runtime/
H A Dparsed_options.cc62 using RuntimeParser = CmdlineParser<RuntimeArgumentMap, RuntimeArgumentMap::Key>; typedef
/aosp_15_r20/art/cmdline/
H A Dcmdline_parser_test.cc131 using RuntimeParser = ParsedOptions::RuntimeParser; typedef in art::CmdlineParserTest