Searched defs:Watchers (Results 1 – 2 of 2) sorted by relevance
26 struct Watchers { struct42 std::unordered_map<int32_t, Watchers> watchMap_; argument
38 using Watchers = std::set<std::shared_ptr<GeneralWatcher>>; variable