Searched refs:tempMap (Results 1 – 2 of 2) sorted by relevance
100 auto tempMap = resourceNodeMap_; in DeleteAll() local102 for (auto &node : tempMap) { in DeleteAll()
110 std::unordered_map<std::string, std::string> tempMap; in InitRules() local111 LoadStrToStr(&tempMap, subValue); in InitRules()112 subRulesMap[key] = tempMap; in InitRules()