Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/src/
H A Dhttp_file_source.cpp23 QPair<QNetworkReply*, QVector<HTTPRequest*>>& data = m_pending[url]; in request()
50 auto it = m_pending.find(url); in cancel()
51 if (it == m_pending.end()) { in cancel()
67 m_pending.erase(it); in cancel()
85 auto it = m_pending.find(url); in onReplyFinished()
86 if (it == m_pending.end()) { in onReplyFinished()
97 m_pending.erase(it); in onReplyFinished()
H A Dhttp_file_source.hpp33 QMap<QUrl, QPair<QNetworkReply *, QVector<HTTPRequest *>>> m_pending; member in mbgl::HTTPFileSource::Impl
/OK3568_Linux_fs/buildroot/package/qt5/qt5wayland/
H A D0009-qwaylandxdgshell-Support-switching-between-fullscree.patch21 m_xdgSurface->m_window->resizeFromApplyConfigure(m_pending.size);
27 m_applied = m_pending;
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Ddump-context.h136 optinfo *m_pending; variable
214 optinfo *get_pending_optinfo () const { return m_context.m_pending; } in get_pending_optinfo()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Ddump-context.h136 optinfo *m_pending; variable
214 optinfo *get_pending_optinfo () const { return m_context.m_pending; } in get_pending_optinfo()