Home
last modified time | relevance | path

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

/dports/databases/akonadi/akonadi-21.12.3/src/core/
H A Dmonitor_p.h282 bool useRefCounting; variable
H A Dmonitor_p.cpp49 , useRefCounting(false) in MonitorPrivate()
232 if (!useRefCounting) { in isLazilyIgnored()
693 if (useRefCounting) { in translateAndCompress()
1309 if (!useRefCounting) { in isMonitored()
/dports/databases/akonadi/akonadi-21.12.3/src/core/models/
H A Dentitytreemodel.cpp963 d->m_monitor->d_ptr->useRefCounting = (strategy == LazyPopulation); in setItemPopulationStrategy()