Searched refs:WithType (Results 1 – 5 of 5) sorted by relevance
59 .WithType<std::vector<std::string>>().AppendValues() in AddInputMappings()62 .WithType<std::vector<std::string>>().AppendValues() in AddInputMappings()65 .WithType<int>() in AddInputMappings()68 .WithType<std::string>() in AddInputMappings()71 .WithType<std::string>() in AddInputMappings()78 .WithType<int>() in AddGeneratedArtifactMappings()81 .WithType<std::string>() in AddGeneratedArtifactMappings()84 .WithType<int>() in AddGeneratedArtifactMappings()87 .WithType<std::string>() in AddGeneratedArtifactMappings()90 .WithType<int>() in AddGeneratedArtifactMappings()[all …]
88 .WithType<std::string>() in MakeParser()91 .WithType<std::vector<std::string>>().AppendValues() in MakeParser()95 .WithType<LogVerbosity>() in MakeParser()108 .WithType<std::list<ti::AgentSpec>>().AppendValues() in MakeParser()112 .WithType<ParseStringList<':'>>() // std::vector<std::string>, split by : in MakeParser()117 .WithType<MemoryKiB>() in MakeParser()120 .WithType<MemoryKiB>() in MakeParser()123 .WithType<Memory<1>>() in MakeParser()133 .WithType<std::string>() in MakeParser()136 .WithType<XGcOption>() in MakeParser()[all …]
111 .template WithType<std::string>() in AddCompilerOptionsArgumentParserOptions()118 .template WithType<unsigned int>() in AddCompilerOptionsArgumentParserOptions()121 .template WithType<unsigned int>() in AddCompilerOptionsArgumentParserOptions()124 .template WithType<unsigned int>() in AddCompilerOptionsArgumentParserOptions()127 .template WithType<unsigned int>() in AddCompilerOptionsArgumentParserOptions()142 .template WithType<bool>() in AddCompilerOptionsArgumentParserOptions()150 .template WithType<ProfileMethodsCheck>() in AddCompilerOptionsArgumentParserOptions()171 .template WithType<double>().WithRange(0.0, 100.0) in AddCompilerOptionsArgumentParserOptions()182 .template WithType<std::string>() in AddCompilerOptionsArgumentParserOptions()186 .template WithType<std::string>() in AddCompilerOptionsArgumentParserOptions()[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`.
316 ArgumentBuilder<TArg> WithType() { in WithType() function472 auto&& builder = Define(ignore_name).template WithType<std::string>().IntoIgnore(); in Ignore()477 auto&& builder = Define(ignore_name).template WithType<Unit>().IntoIgnore(); in Ignore()