Searched refs:maxCost (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/ |
| H A D | qcache3q_p.h | 148 explicit QCache3Q(int maxCost = 0, int minRecent = -1, int maxOldPopular = -1); 151 inline int maxCost() const { return maxCost_; } in maxCost() function 152 void setMaxCost(int maxCost, int minRecent = -1, int maxOldPopular = -1); 195 100.0 * float(totalCost()) / float(maxCost())); in printStats() 203 QCache3Q<Key,T,EvPolicy>::QCache3Q(int maxCost, int minRecent, int maxOldPopular) in QCache3Q() argument 205 maxCost_(maxCost), minRecent_(minRecent), maxOldPopular_(maxOldPopular), in QCache3Q() 251 inline void QCache3Q<Key,T,EvPolicy>::setMaxCost(int maxCost, int minRecent, int maxOldPopular) in setMaxCost() argument 253 maxCost_ = maxCost; in setMaxCost()
|
| H A D | qgeofiletilecache.cpp | 251 return diskCache_.maxCost(); in maxDiskUsage() 267 return memoryCache_.maxCost(); in maxMemoryUsage() 290 return textureCache_.maxCost(); in maxTextureUsage()
|