Searched defs:DispatchInfo (Results 1 – 3 of 3) sorted by relevance
129 struct DispatchInfo { struct130 std::weak_ptr<Plugin> plugin_;131 std::unordered_set<uint8_t> typesInfo_;132 std::unordered_set<std::string> eventsInfo_;133 std::unordered_set<std::string> tagsInfo_;134 std::unordered_map<std::string, DomainRule> domainsInfo_;135 bool Match(uint8_t type, const std::string& eventName, const std::string& tag, in Match()
11 ## DispatchInfo section