Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeofiletilecache.cpp90 ,costStrategyDisk_(ByteSize), costStrategyMemory_(ByteSize), costStrategyTexture_(ByteSize) in QGeoFileTileCache()
134 if (costStrategyMemory_ == ByteSize) in init()
357 costStrategyMemory_ = costStrategy; in setCostStrategyMemory()
362 return costStrategyMemory_; in costStrategyMemory()
528 if (costStrategyMemory_ == ByteSize) in addToMemoryCache()
H A Dqgeofiletilecache_p.h169 CostStrategy costStrategyMemory_; variable