Home
last modified time | relevance | path

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

/art/compiler/driver/
Dcompiler_options_map-inl.h115 .WithValues({true, false}) in AddCompilerOptionsArgumentParserOptions()
131 .WithValues({true, true, false}) in AddCompilerOptionsArgumentParserOptions()
134 .WithValues({true, false}) in AddCompilerOptionsArgumentParserOptions()
138 .WithValues({true, false}) in AddCompilerOptionsArgumentParserOptions()
175 .WithValues({true, false}) in AddCompilerOptionsArgumentParserOptions()
178 .WithValues({true, false}) in AddCompilerOptionsArgumentParserOptions()
/art/cmdline/
Dcmdline_parser.h139 ArgumentBuilder<TArg>& WithValues(std::initializer_list<TArg> value_list) { in WithValues() function
147 return WithValues({ value }); in WithValue()
337 ArgumentBuilder<TArg> WithValues(std::initializer_list<TArg> values) { in WithValues() function
339 a.WithValues(values); in WithValues()
347 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/dex2oat/
Ddex2oat_options.cc129 .WithValues({true, false}) in AddImageMappings()
202 .WithValues({true, false}) in CreateArgumentParser()
/art/runtime/
Dparsed_options.cc231 .WithValues({true, false}) in MakeParser()
299 .WithValues({true, false}) in MakeParser()
302 .WithValues({true, false}) in MakeParser()