Home
last modified time | relevance | path

Searched refs:MakeParser (Results 1 – 5 of 5) sorted by relevance

/art/runtime/
Dparsed_options.h50 static std::unique_ptr<RuntimeParser> MakeParser(bool ignore_unrecognized);
Dparsed_options.cc62 std::unique_ptr<RuntimeParser> ParsedOptions::MakeParser(bool ignore_unrecognized) { in MakeParser() function in art::ParsedOptions
445 auto parser = MakeParser(ignore_unrecognized); in DoParse()
Druntime_options.def128 // (Do not add anything here that is defined in ParsedOptions::MakeParser)
/art/cmdline/
DREADME.md37 FruitParser MakeParser() {
54 auto parser = MakeParser();
Dcmdline_parser_test.cc129 parser_ = ParsedOptions::MakeParser(false); // do not ignore unrecognized options in SetUp()