Home
last modified time | relevance | path

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

/art/compiler/driver/
Dcompiler_options_map-inl.h128 .WithValues({true, true, false}) in AddCompilerOptionsArgumentParserOptions()
131 .WithValues({true, false}) in AddCompilerOptionsArgumentParserOptions()
135 .WithValues({true, false}) in AddCompilerOptionsArgumentParserOptions()
160 .WithValues({true, false}) in AddCompilerOptionsArgumentParserOptions()
163 .WithValues({true, false}) in AddCompilerOptionsArgumentParserOptions()
/art/cmdline/
Dcmdline_parser.h134 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()
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.
/art/runtime/
Dparsed_options.cc162 .WithValues({true, false}) in MakeParser()
218 .WithValues({true, false}) in MakeParser()
221 .WithValues({true, false}) in MakeParser()
224 .WithValues({true, false}) in MakeParser()
/art/dex2oat/
Ddex2oat_options.cc211 .WithValues({true, false}) in CreateArgumentParser()