Searched refs:WithValues (Results 1 – 3 of 3) sorted by relevance
134 ArgumentBuilder<TArg>& WithValues(std::initializer_list<TArg> value_list) { in WithValues() function142 return WithValues({ value }); in WithValue()296 ArgumentBuilder<TArg> WithValues(std::initializer_list<TArg> values) { in WithValues() function298 a.WithValues(values); in WithValues()306 return WithValues({ value }); in WithValue()
119 #### WithValues (optional)126 .WithValues({true, false}130 In general, it uses the position of the argument alias to map into the WithValues position value.
149 .WithValues({true, false}) in MakeParser()174 .WithValues({true, false}) in MakeParser()177 .WithValues({true, false}) in MakeParser()180 .WithValues({true, false}) in MakeParser()