Home
last modified time | relevance | path

Searched refs:readPollIter (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.cpp116 auto readPollIter = impl->readPoll.find(fd); in removeWatch() local
117 if (readPollIter != impl->readPoll.end()) { in removeWatch()
118 impl->readPoll.erase(readPollIter); in removeWatch()