Searched refs:typeStr (Results 1 - 1 of 1) sorted by relevance

/haiku/src/add-ons/input_server/filters/shortcut_catcher/
H A DCommandActuators.cpp1528 const char* typeStr = colon + 1; local
1529 if (strncasecmp(typeStr, "string", 6) == 0)
1531 else if (strncasecmp(typeStr, "int8", 4) == 0)
1533 else if (strncasecmp(typeStr, "int16", 5) == 0)
1535 else if (strncasecmp(typeStr, "int32", 5) == 0)
1537 else if (strncasecmp(typeStr, "int64", 5) == 0)
1539 else if (strncasecmp(typeStr, "bool", 4) == 0)
1541 else if (strncasecmp(typeStr, "float", 5) == 0)
1543 else if (strncasecmp(typeStr, "double", 6) == 0)
1545 else if (strncasecmp(typeStr, "poin
[all...]

Completed in 34 milliseconds