Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/src/
H A Drun_loop.cpp111 auto writePollIter = impl->writePoll.find(fd); in removeWatch() local
112 if (writePollIter != impl->writePoll.end()) { in removeWatch()
113 impl->writePoll.erase(writePollIter); in removeWatch()