Searched refs:appTypeMap (Results 1 – 1 of 1) sorted by relevance
45 const std::unordered_map<std::string, AppType> appTypeMap = { variable271 if (appTypeMap.find(tagName) != appTypeMap.end()) { in GetAppTypeAsInt()272 return appTypeMap.at(tagName); in GetAppTypeAsInt()