Searched refs:g_dualfwInfoMap (Results 1 – 1 of 1) sorted by relevance
55 static const std::unordered_map<std::string, DualfwRowTypeInfo> g_dualfwInfoMap = { variable101 auto found = g_dualfwInfoMap.find(conf->name); in ProcessConfRow()102 if (found != g_dualfwInfoMap.end()) { in ProcessConfRow()