Home
last modified time | relevance | path

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

/aosp12/art/cmdline/
H A Dcmdline_types.h196 static const char* DescribeType() {
224 static const char* DescribeType() { return "double value"; }
267 static const char* DescribeType() { return "integer value"; }
322 static const char* DescribeType() { return "millisecond value"; }
341 static const char* DescribeType() { return "string value"; }
392 static const char* DescribeType() { return "string value"; }
438 static const char* DescribeType() {
580 static const char* DescribeType() {
624 static const char* DescribeType() {
696 static const char* DescribeType() {
[all …]
H A Dcmdline_type_parser.h57 static const char* DescribeType() { assert(false); return "UnspecializedType"; } in DescribeType() function
/aosp12/art/compiler/driver/
H A Dcompiler_options_map-inl.h48 static const char* DescribeType() {
/aosp12/art/dex2oat/
H A Ddex2oat_options.cc37 static const char* DescribeType() { return "arm|arm64|x86|x86_64|none"; } in DescribeType() function
/aosp12/art/cmdline/detail/
H A Dcmdline_parse_argument_detail.h168 os << "{" << CmdlineType<T>::DescribeType() << "}"; in DumpHelp()