Searched refs:AppendValues (Results 1 – 4 of 4) sorted by relevance
60 .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()
92 .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()
135 #### AppendValues (optional)147 .AppendValues()184 `std::vector<std::string>` and are meant to be used with `AppendValues` in which case the
167 ArgumentBuilder<TArg>& AppendValues() { in AppendValues() function