Home
last modified time | relevance | path

Searched refs:WithType (Results 1 – 6 of 6) sorted by relevance

/aosp12/art/dex2oat/
H A Ddex2oat_options.cc75 .WithType<int>() in AddInputMappings()
80 .WithType<std::string>() in AddInputMappings()
105 .WithType<int>() in AddGeneratedArtifactMappings()
114 .WithType<int>() in AddGeneratedArtifactMappings()
121 .WithType<int>() in AddGeneratedArtifactMappings()
145 .WithType<int>() in AddGeneratedArtifactMappings()
163 .WithType<int>() in AddImageMappings()
177 .WithType<int>() in AddImageMappings()
216 .WithType<int>() in AddSwapMappings()
239 .WithType<int>() in AddCompilerMappings()
[all …]
/aosp12/art/runtime/
H A Dparsed_options.cc220 .WithType<bool>() in MakeParser()
230 .WithType<bool>() in MakeParser()
234 .WithType<bool>() in MakeParser()
247 .WithType<bool>() in MakeParser()
251 .WithType<bool>() in MakeParser()
273 .WithType<int>() in MakeParser()
276 .WithType<int>() in MakeParser()
389 .WithType<bool>() in MakeParser()
393 .WithType<int>() in MakeParser()
399 .WithType<bool>() in MakeParser()
[all …]
/aosp12/art/compiler/driver/
H A Dcompiler_options_map-inl.h132 .template WithType<unsigned int>()
136 .template WithType<unsigned int>()
140 .template WithType<unsigned int>()
146 .template WithType<unsigned int>()
172 .template WithType<bool>()
220 .template WithType<std::string>()
224 .template WithType<std::string>()
234 .template WithType<std::string>()
238 .template WithType<bool>()
245 .template WithType<bool>()
[all …]
/aosp12/art/cmdline/
H A DREADME.md21 `WithType` and `IntoXX` methods.
43 .WithType<int>()
46 .WithType<double>()
87 #### WithType method (optional)
93 Everything that follows a `WithType<T>()` call is thus type checked to only take `T` values.
146 .WithType<std::vector<std::string>)()
167 set by `WithType`.
H A Dcmdline_parser.h334 ArgumentBuilder<TArg> WithType() { in WithType() function
490 auto&& builder = Define(ignore_name).template WithType<std::string>().IntoIgnore(); in Ignore()
495 auto&& builder = Define(ignore_name).template WithType<Unit>().IntoIgnore(); in Ignore()
/aosp12/art/libartbase/base/
H A Dflags.h82 .template WithType<T>() in AddFlagsToCmdlineParser()