Searched refs:wapContentNames (Results 1 – 2 of 2) sorted by relevance
385 for (unsigned int i = 0; i < sizeof(wapContentNames) / sizeof(wapContentNames[0]); i++) { in GetContentTypeFromInt()386 if (type == static_cast<uint8_t>(wapContentNames[i].key)) { in GetContentTypeFromInt()387 return wapContentNames[i].value; in GetContentTypeFromInt()
119 static const WapKeyValue wapContentNames[] = { variable