Searched refs:EvPolicy (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/ |
| H A D | qcache3q_p.h | 110 template <class Key, class T, class EvPolicy = QCache3QDefaultEvictionPolicy<Key,T> > 111 class QCache3Q : public EvPolicy 184 inline QCache3Q(const QCache3Q<Key,T,EvPolicy> &) {} in QCache3Q() argument 185 inline QCache3Q<Key,T,EvPolicy> &operator=(const QCache3Q<Key,T,EvPolicy> &) {} 188 template <class Key, class T, class EvPolicy> 189 void QCache3Q<Key,T,EvPolicy>::printStats() in printStats() 202 template <class Key, class T, class EvPolicy> 203 QCache3Q<Key,T,EvPolicy>::QCache3Q(int maxCost, int minRecent, int maxOldPopular) in QCache3Q() 214 template <class Key, class T, class EvPolicy> 215 void QCache3Q<Key,T,EvPolicy>::serializeQueue(int queueNumber, QList<QSharedPointer<T> > &buffer) in serializeQueue() [all …]
|