Searched refs:AppendValues (Results 1 – 4 of 4) sorted by relevance
92 .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()
60 .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()
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