Searched refs:g_globalParamsTypeMap (Results 1 – 1 of 1) sorted by relevance
39 static const std::map<std::string, GlobalParamsUriType> g_globalParamsTypeMap = { variable235 if (!path.empty() && !g_globalParamsTypeMap.empty()) { in ParseUriType()236 auto it = g_globalParamsTypeMap.find(path); in ParseUriType()237 if (it != g_globalParamsTypeMap.end()) { in ParseUriType()