Searched refs:WithValues (Results 1 – 5 of 5) sorted by relevance
/aosp12/art/compiler/driver/ |
H A D | compiler_options_map-inl.h | 129 .WithValues({true, false}) 153 .WithValues({true, true, false}) 160 .WithValues({true, false}) 166 .WithValues({true, false}) 213 .WithValues({true, false}) 216 .WithValues({true, false})
|
/aosp12/art/cmdline/ |
H A D | cmdline_parser.h | 139 ArgumentBuilder<TArg>& WithValues(std::initializer_list<TArg> value_list) { in WithValues() function 147 return WithValues({ value }); in WithValue() 355 ArgumentBuilder<TArg> WithValues(std::initializer_list<TArg> values) { in WithValues() function 357 a.WithValues(values); in WithValues() 365 return WithValues({ value }); in WithValue()
|
H A 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.
|
/aosp12/art/dex2oat/ |
H A D | dex2oat_options.cc | 181 .WithValues({true, false}) in AddImageMappings() 284 .WithValues({true, false}) in CreateDex2oatArgumentParser()
|
/aosp12/art/runtime/ |
H A D | parsed_options.cc | 227 .WithValues({true, false}) in MakeParser() 308 .WithValues({true, false}) in MakeParser() 311 .WithValues({true, false}) in MakeParser()
|