Searched refs:WithType (Results 1 – 3 of 3) sorted by relevance
75 .WithType<std::string>() in MakeParser()78 .WithType<ParseStringList<':'>>() // std::vector<std::string>, split by : in MakeParser()81 .WithType<std::string>() in MakeParser()84 .WithType<std::string>() in MakeParser()91 .WithType<JDWP::JdwpOptions>() in MakeParser()94 .WithType<MemoryKiB>() in MakeParser()97 .WithType<MemoryKiB>() in MakeParser()100 .WithType<MemoryKiB>() in MakeParser()103 .WithType<MemoryKiB>() in MakeParser()106 .WithType<MemoryKiB>() in MakeParser()[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`.
290 ArgumentBuilder<TArg> WithType() { in WithType() function395 auto&& builder = Define(ignore_name).template WithType<std::string>().IntoIgnore(); in Ignore()400 auto&& builder = Define(ignore_name).template WithType<Unit>().IntoIgnore(); in Ignore()