Searched refs:WithValues (Results 1 – 5 of 5) sorted by relevance
/art/compiler/driver/ |
D | compiler_options_map-inl.h | 127 .WithValues({true, true, false}) in AddCompilerOptionsArgumentParserOptions() 130 .WithValues({true, false}) in AddCompilerOptionsArgumentParserOptions() 134 .WithValues({true, false}) in AddCompilerOptionsArgumentParserOptions() 171 .WithValues({true, false}) in AddCompilerOptionsArgumentParserOptions() 174 .WithValues({true, false}) in AddCompilerOptionsArgumentParserOptions()
|
/art/cmdline/ |
D | cmdline_parser.h | 134 ArgumentBuilder<TArg>& WithValues(std::initializer_list<TArg> value_list) { in WithValues() function 142 return WithValues({ value }); in WithValue() 296 ArgumentBuilder<TArg> WithValues(std::initializer_list<TArg> values) { in WithValues() function 298 a.WithValues(values); in WithValues() 306 return WithValues({ value }); in WithValue()
|
D | README.md | 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.
|
/art/dex2oat/ |
D | dex2oat_options.cc | 129 .WithValues({true, false}) in AddImageMappings() 202 .WithValues({true, false}) in CreateArgumentParser()
|
/art/runtime/ |
D | parsed_options.cc | 190 .WithValues({true, false}) in MakeParser() 250 .WithValues({true, false}) in MakeParser() 253 .WithValues({true, false}) in MakeParser()
|