Searched defs:DispatchInfo (Results 1 – 1 of 1) sorted by relevance
142 struct DispatchInfo { struct143 std::weak_ptr<Plugin> plugin_;144 std::unordered_set<uint8_t> typesInfo_;145 std::unordered_set<std::string> eventsInfo_;146 std::unordered_set<std::string> tagsInfo_;147 std::unordered_map<std::string, DomainRule> domainsInfo_;148 bool Match(uint8_t type, const std::string& eventName, const std::string& tag, in Match()