Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeofiletilecache.cpp239 memoryCache_.printStats(); in printStats()
261 memoryCache_.setMaxCost(memoryUsage); in setMaxMemoryUsage()
267 return memoryCache_.maxCost(); in maxMemoryUsage()
272 return memoryCache_.totalCost(); in memoryUsage()
307 memoryCache_.clear(); in clearAll()
322 for (const QGeoTileSpec &k : memoryCache_.keys()) in clearMapId()
324 memoryCache_.remove(k); in clearMapId()
530 memoryCache_.insert(spec, tm, cost); in addToMemoryCache()
553 QSharedPointer<QGeoCachedTileMemory> tm = memoryCache_.object(spec); in getFromMemory()
H A Dqgeofiletilecache_p.h161 QCache3Q<QGeoTileSpec, QGeoCachedTileMemory > memoryCache_; variable
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/osm/
H A Dqgeofiletilecacheosm.cpp185 keys = memoryCache_.keys(); in dropTiles()
188 memoryCache_.remove(k); in dropTiles()