Home
last modified time | relevance | path

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

/art/dex2oat/
Ddex2oat_options.cc60 .WithType<std::vector<std::string>>().AppendValues() in AddInputMappings()
66 .WithType<std::vector<std::string>>().AppendValues() in AddInputMappings()
75 .WithType<std::vector<int>>().AppendValues() in AddInputMappings()
245 .WithType<std::vector<std::string>>().AppendValues() in AddCompilerMappings()
253 .WithType<std::vector<int>>().AppendValues() in AddCompilerMappings()
260 .WithType<std::vector<std::string>>().AppendValues() in AddCompilerMappings()
264 .WithType<std::vector<int>>().AppendValues() in AddCompilerMappings()
422 .WithType<std::vector<std::string>>().AppendValues() in CreateDex2oatArgumentParser()
/art/runtime/
Dparsed_options.cc92 .WithType<std::vector<std::string>>().AppendValues() in MakeParser()
109 .WithType<std::list<ti::AgentSpec>>().AppendValues() in MakeParser()
291 .AppendValues() in MakeParser()
313 .AppendValues() in MakeParser()
359 .AppendValues() in MakeParser()
363 .AppendValues() in MakeParser()
388 .AppendValues() in MakeParser()
394 .WithType<std::vector<Plugin>>().AppendValues() in MakeParser()
/art/cmdline/
DREADME.md135 #### AppendValues (optional)
147 .AppendValues()
184 `std::vector<std::string>` and are meant to be used with `AppendValues` in which case the
Dcmdline_parser.h167 ArgumentBuilder<TArg>& AppendValues() { in AppendValues() function