Searched refs:currentBlockList (Results 1 – 1 of 1) sorted by relevance
55 std::unordered_set<std::string> currentBlockList; in Init() local61 currentBlockList.emplace(value.get<std::string>()); in Init()63 blocklistConfig_.emplace(item.key(), std::move(currentBlockList)); in Init()64 currentBlockList.clear(); in Init()