Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqcache3q_p.h143 Queue *q3_; // "hobos": evicted from q2 but were very popular (above mean) variable
149 inline ~QCache3Q() { clear(); delete q1_; delete q2_; delete q3_; delete q1_evicted_; } in ~QCache3Q() local