Searched refs:WithType (Results 1 – 6 of 6) sorted by relevance
75 .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 …]
220 .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 …]
132 .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 …]
21 `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`.
334 ArgumentBuilder<TArg> WithType() { in WithType() function490 auto&& builder = Define(ignore_name).template WithType<std::string>().IntoIgnore(); in Ignore()495 auto&& builder = Define(ignore_name).template WithType<Unit>().IntoIgnore(); in Ignore()
82 .template WithType<T>() in AddFlagsToCmdlineParser()