Home
last modified time | relevance | path

Searched refs:WithValues (Results 1 – 5 of 5) sorted by relevance

/aosp12/art/compiler/driver/
H A Dcompiler_options_map-inl.h129 .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 Dcmdline_parser.h139 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 DREADME.md119 #### 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 Ddex2oat_options.cc181 .WithValues({true, false}) in AddImageMappings()
284 .WithValues({true, false}) in CreateDex2oatArgumentParser()
/aosp12/art/runtime/
H A Dparsed_options.cc227 .WithValues({true, false}) in MakeParser()
308 .WithValues({true, false}) in MakeParser()
311 .WithValues({true, false}) in MakeParser()