Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/storage/
H A Ddefault_file_source.hpp31 uint64_t maximumCacheSize = util::DEFAULT_MAX_CACHE_SIZE);
34 uint64_t maximumCacheSize = util::DEFAULT_MAX_CACHE_SIZE);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/util/
H A Dconstants.hpp45 constexpr uint64_t DEFAULT_MAX_CACHE_SIZE = 50 * 1024 * 1024; variable
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/mbgl/storage/
H A Doffline_database.hpp37 OfflineDatabase(std::string path, uint64_t maximumCacheSize = util::DEFAULT_MAX_CACHE_SIZE);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/src/
H A Dqmapboxgl.cpp252 , m_cacheMaximumSize(mbgl::util::DEFAULT_MAX_CACHE_SIZE) in QMapboxGLSettings()