Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/mbgl/storage/
H A Doffline_download.cpp175 requiredSourceURLs.insert(url); in activateDownload()
184 requiredSourceURLs.erase(url); in activateDownload()
185 if (requiredSourceURLs.empty()) { in activateDownload()
283 requiredSourceURLs.clear(); in deactivateDownload()
H A Doffline_download.hpp60 std::unordered_set<std::string> requiredSourceURLs; member in mbgl::OfflineDownload