Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqcache3q_p.h63 void aboutToBeEvicted(const Key &key, QSharedPointer<T> obj);
70 void QCache3QDefaultEvictionPolicy<Key,T>::aboutToBeEvicted(const Key &key, QSharedPointer<T> obj) in aboutToBeEvicted() function
388 EvPolicy::aboutToBeEvicted(n->k, n->v); in rebalance()
394 EvPolicy::aboutToBeEvicted(n->k, n->v); in rebalance()
404 EvPolicy::aboutToBeEvicted(n->k, n->v); in rebalance()
H A Dqgeofiletilecache_p.h95 void aboutToBeEvicted(const QGeoTileSpec &key, QSharedPointer<QGeoCachedTileDisk> obj);
H A Dqgeofiletilecache.cpp75 void QCache3QTileEvictionPolicy::aboutToBeEvicted(const QGeoTileSpec &key, QSharedPointer<QGeoCache… in aboutToBeEvicted() function in QCache3QTileEvictionPolicy