Home
last modified time | relevance | path

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

/art/runtime/
Dparsed_options.cc153 .WithValueMap({{"false", false}, {"true", true}}) in MakeParser()
190 .WithValueMap({{"disabled", gc::space::LargeObjectSpaceType::kDisabled}, in MakeParser()
223 .WithValueMap({{"threadcpuclock", TraceClockSource::kThreadCpu}, in MakeParser()
248 .WithValueMap({{"none", false}, in MakeParser()
/art/cmdline/
DREADME.md103 #### WithValueMap (optional)
110 .WithValueMap({"world", kWorld},
Dcmdline_parser.h150 ArgumentBuilder<TArg>& WithValueMap( in WithValueMap() function