Home
last modified time | relevance | path

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

/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.h122 ArgumentBuilder<TArg>& WithRange(const TArg& min, const TArg& max) { in WithRange() function
/art/runtime/
Dparsed_options.cc114 .WithType<double>().WithRange(0.1, 0.9) in MakeParser()
117 .WithType<double>().WithRange(0.1, 1.0) in MakeParser()