Home
last modified time | relevance | path

Searched refs:CmdlineType (Results 1 – 3 of 3) sorted by relevance

/art/cmdline/
Dcmdline_types.h43 struct CmdlineType : CmdlineTypeParser<T> { struct
50 struct CmdlineType<Unit> : CmdlineTypeParser<Unit> {
60 struct CmdlineType<JDWP::JdwpOptions> : CmdlineTypeParser<JDWP::JdwpOptions> {
180 struct CmdlineType<Memory<Divisor>> : CmdlineTypeParser<Memory<Divisor>> {
266 struct CmdlineType<double> : CmdlineTypeParser<double> {
287 struct CmdlineType<unsigned int> : CmdlineTypeParser<unsigned int> {
350 struct CmdlineType<MillisecondsToNanoseconds> : CmdlineTypeParser<MillisecondsToNanoseconds> {
352 CmdlineType<unsigned int> uint_parser;
366 struct CmdlineType<std::string> : CmdlineTypeParser<std::string> {
384 struct CmdlineType<std::vector<std::string>> : CmdlineTypeParser<std::vector<std::string>> {
[all …]
DREADME.md179 Any type can be parsed from a string by specializing the `CmdlineType` class and implementing the
190 struct CmdlineType<double> : CmdlineTypeParser<double> {
218 struct CmdlineType<std::vector<std::string>> : CmdlineTypeParser<std::vector<std::string>> {
/art/cmdline/detail/
Dcmdline_parse_argument_detail.h242 if (!using_blanks_ && !CmdlineType<TArg>::kCanParseBlankless) { in CompleteArgument()
311 using UserTypeInfo = CmdlineType<TArg>;