Searched refs:WithValueMap (Results 1 – 3 of 3) sorted by relevance
/art/runtime/ |
D | parsed_options.cc | 151 .WithValueMap({{"false", false}, {"true", true}}) in MakeParser() 155 .WithValueMap({{"false", false}, {"true", true}}) in MakeParser() 210 .WithValueMap({{"disabled", gc::space::LargeObjectSpaceType::kDisabled}, in MakeParser() 243 .WithValueMap({{"threadcpuclock", TraceClockSource::kThreadCpu}, in MakeParser() 268 .WithValueMap({{"none", verifier::VerifyMode::kNone}, in MakeParser()
|
/art/cmdline/ |
D | README.md | 103 #### WithValueMap (optional) 110 .WithValueMap({"world", kWorld},
|
D | cmdline_parser.h | 150 ArgumentBuilder<TArg>& WithValueMap( in WithValueMap() function
|