Home
last modified time | relevance | path

Searched refs:AppendValues (Results 1 – 4 of 4) sorted by relevance

/aosp12/art/runtime/
H A Dparsed_options.cc92 .WithType<std::vector<std::string>>().AppendValues() in MakeParser()
109 .WithType<std::list<ti::AgentSpec>>().AppendValues() in MakeParser()
280 .AppendValues() in MakeParser()
302 .AppendValues() in MakeParser()
348 .AppendValues() in MakeParser()
352 .AppendValues() in MakeParser()
377 .AppendValues() in MakeParser()
383 .WithType<std::vector<Plugin>>().AppendValues() in MakeParser()
/aosp12/art/dex2oat/
H A Ddex2oat_options.cc60 .WithType<std::vector<std::string>>().AppendValues() in AddInputMappings()
66 .WithType<std::vector<std::string>>().AppendValues() in AddInputMappings()
400 .WithType<std::vector<std::string>>().AppendValues() in CreateDex2oatArgumentParser()
/aosp12/art/cmdline/
H A DREADME.md135 #### AppendValues (optional)
147 .AppendValues()
184 `std::vector<std::string>` and are meant to be used with `AppendValues` in which case the
H A Dcmdline_parser.h167 ArgumentBuilder<TArg>& AppendValues() { in AppendValues() function