Home
last modified time | relevance | path

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

/art/dex2oat/
Ddex2oat_options.cc59 .WithType<std::vector<std::string>>().AppendValues() in AddInputMappings()
62 .WithType<std::vector<std::string>>().AppendValues() in AddInputMappings()
96 .WithType<std::vector<std::string>>().AppendValues() in AddGeneratedArtifactMappings()
99 .WithType<std::vector<std::string>>().AppendValues() in AddGeneratedArtifactMappings()
112 .WithType<std::vector<std::string>>().AppendValues() in AddImageMappings()
257 .WithType<std::vector<std::string>>().AppendValues() in CreateArgumentParser()
/art/runtime/
Dparsed_options.cc106 .WithType<std::list<ti::AgentSpec>>().AppendValues() in MakeParser()
199 .AppendValues() in MakeParser()
203 .AppendValues() in MakeParser()
209 .WithType<std::vector<std::string>>().AppendValues() in MakeParser()
282 .AppendValues() in MakeParser()
286 .AppendValues() in MakeParser()
313 .AppendValues() in MakeParser()
318 .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.h162 ArgumentBuilder<TArg>& AppendValues() { in AppendValues() function