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