Home
last modified time | relevance | path

Searched refs:WithRange (Results 1 – 4 of 4) sorted by relevance

/art/compiler/driver/
Dcompiler_options_map-inl.h171 .template WithType<double>().WithRange(0.0, 100.0) in AddCompilerOptionsArgumentParserOptions()
/art/cmdline/
DREADME.md47 .WithRange(0.0, 1.0)
98 #### WithRange method (optional)
116 This is meant to be another shorthand (like `WithRange`) to avoid writing a custom type parser. In
Dcmdline_parser.h127 ArgumentBuilder<TArg>& WithRange(const TArg& min, const TArg& max) { in WithRange() function
/art/runtime/
Dparsed_options.cc151 .WithType<double>().WithRange(0.1, 0.9) in MakeParser()
154 .WithType<double>().WithRange(0.1, 5.0) in MakeParser()