Home
last modified time | relevance | path

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

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