Home
last modified time | relevance | path

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

/art/cmdline/
Dcmdline_types.h92 static const char* DescribeType() { return "none|adbconnection|default"; }
179 static const char* DescribeType() {
207 static const char* DescribeType() { return "double value"; }
240 static const char* DescribeType() { return "unsigned integer value"; }
250 static const char* DescribeType() { return "integer value"; }
305 static const char* DescribeType() { return "millisecond value"; }
324 static const char* DescribeType() { return "string value"; }
341 static const char* DescribeType() { return "/path/to/libplugin.so"; }
358 static const char* DescribeType() { return "/path/to/libagent.so=options"; }
375 static const char* DescribeType() { return "string value"; }
[all …]
Dcmdline_type_parser.h57 static const char* DescribeType() { assert(false); return "UnspecializedType"; } in DescribeType() function
/art/cmdline/detail/
Dcmdline_parse_argument_detail.h166 os << "{" << CmdlineType<T>::DescribeType() << "}"; in DumpHelp()