Searched refs:DescribeType (Results 1 – 5 of 5) sorted by relevance
84 static const char* DescribeType() { return "true|false|1|0|y|n|yes|no|on|off"; }110 static const char* DescribeType() { return "none|adbconnection|default"; }197 static const char* DescribeType() {225 static const char* DescribeType() { return "double value"; }258 static const char* DescribeType() { return "unsigned integer value"; }268 static const char* DescribeType() { return "unsigned 16-bit integer value"; }279 static const char* DescribeType() { return "integer value"; }334 static const char* DescribeType() { return "millisecond value"; }353 static const char* DescribeType() { return "string value"; }370 static const char* DescribeType() { return "/path/to/libplugin.so"; }[all …]
57 static const char* DescribeType() { assert(false); return "UnspecializedType"; } in DescribeType() function
48 static const char* DescribeType() {
37 static const char* DescribeType() { return "arm|arm64|riscv64|x86|x86_64|none"; } in DescribeType() function
169 os << "{" << CmdlineType<T>::DescribeType() << "}"; in DumpHelp()