Searched refs:WatchPair (Results 1 – 2 of 2) sorted by relevance
17 using WatchPair = std::pair<std::unique_ptr<QSocketNotifier>, WatchCallback>; typedef30 std::unordered_map<int, WatchPair> readPoll;31 std::unordered_map<int, WatchPair> writePoll;
98 impl->readPoll[fd] = WatchPair(std::move(notifier), std::move(cb)); in addWatch()104 impl->writePoll[fd] = WatchPair(std::move(notifier), std::move(cb)); in addWatch()