Home
last modified time | relevance | path

Searched defs:q1_evicted_ (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqcache3q_p.h144 Queue *q1_evicted_; // ghosts of recently evicted newbies and regulars variable
149 inline ~QCache3Q() { clear(); delete q1_; delete q2_; delete q3_; delete q1_evicted_; } in ~QCache3Q() local