Searched refs:g_hotspotConfigMap (Results 1 – 2 of 2) sorted by relevance
104 if (g_hotspotConfigMap.find(tagName) != g_hotspotConfigMap.end()) { in GetConfigNameAsInt()105 return g_hotspotConfigMap.at(tagName); in GetConfigNameAsInt()
37 const std::unordered_map<std::string, HotspotConfigType> g_hotspotConfigMap = { variable