Searched refs:eventConfigMap (Results 1 – 1 of 1) sorted by relevance
165 std::unordered_map<std::string, std::function<void(std::istringstream&)>> eventConfigMap = { in ParseEventConfig() local177 auto it = eventConfigMap.find(line); in ParseEventConfig()178 if (it != eventConfigMap.end()) { in ParseEventConfig()