Searched refs:memoryCache_ (Results 1 – 3 of 3) sorted by relevance
239 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()
161 QCache3Q<QGeoTileSpec, QGeoCachedTileMemory > memoryCache_; variable
185 keys = memoryCache_.keys(); in dropTiles()188 memoryCache_.remove(k); in dropTiles()