Searched refs:kSupportedTypes (Results 1 – 1 of 1) sorted by relevance
42 } kSupportedTypes[] = { variable66 const uint32 kNumSupportedTypes = sizeof(kSupportedTypes)67 / sizeof(kSupportedTypes[0]);81 if (!strcmp(string, kSupportedTypes[i].name)) { in typeForString()82 *_result = kSupportedTypes[i].type; in typeForString()