Searched refs:g_ErrorTypeMap (Results 1 – 2 of 2) sorted by relevance
23 static const std::map<ErrorCode, const char*> g_ErrorTypeMap = { variable37 auto it = g_ErrorTypeMap.find(code); in GetErrorName()38 if (it != g_ErrorTypeMap.end()) { in GetErrorName()
20 static const std::map<ErrorCode, const char*> g_ErrorTypeMap = { variable39 auto it = g_ErrorTypeMap.find(code); in GetErrorName()40 if (it!= g_ErrorTypeMap.end()) { in GetErrorName()