Home
last modified time | relevance | path

Searched refs:WatchSet (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/mojo/core/
Dwatcher_dispatcher.h59 using WatchSet = std::set<const Watch*>; variable
86 WatchSet ready_watches_;
Dwatcher_dispatcher.cc229 WatchSet::const_iterator next_ready_iter = ready_watches_.begin(); in Arm()