Searched refs:WatcherSet (Results 1 – 6 of 6) sorted by relevance
12 WatcherSet::WatcherSet(Dispatcher* owner) : owner_(owner) {} in WatcherSet() function in mojo::core::WatcherSet14 WatcherSet::~WatcherSet() = default;16 void WatcherSet::NotifyState(const HandleSignalsState& state) { in NotifyState()25 void WatcherSet::NotifyClosed() { in NotifyClosed()30 MojoResult WatcherSet::Add(const scoped_refptr<WatcherDispatcher>& watcher, in Add()55 MojoResult WatcherSet::Remove(WatcherDispatcher* watcher, uintptr_t context) { in Remove()72 WatcherSet::Entry::Entry(const scoped_refptr<WatcherDispatcher>& dispatcher) in Entry()75 WatcherSet::Entry::Entry(Entry&& other) = default;77 WatcherSet::Entry::~Entry() = default;79 WatcherSet::Entry& WatcherSet::Entry::operator=(Entry&& other) = default;
23 class WatcherSet {26 explicit WatcherSet(Dispatcher* owner);27 ~WatcherSet();64 DISALLOW_COPY_AND_ASSIGN(WatcherSet);
106 WatcherSet watchers_;
98 WatcherSet watchers_;
99 WatcherSet watchers_;
83 typedef std::set<FilePathWatcherImpl*> WatcherSet; typedef in base::__anon271f2d060111::InotifyReader94 std::unordered_map<Watch, WatcherSet> watchers_;333 for (WatcherSet::iterator watcher = watchers_[event->wd].begin(); in OnInotifyEvent()