Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/src/
H A Drun_loop_impl.hpp17 using WatchPair = std::pair<std::unique_ptr<QSocketNotifier>, WatchCallback>; typedef
30 std::unordered_map<int, WatchPair> readPoll;
31 std::unordered_map<int, WatchPair> writePoll;
H A Drun_loop.cpp98 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()