Home
last modified time | relevance | path

Searched refs:m_pFlushCache (Results 1 – 2 of 2) sorted by relevance

/aoo4110/main/filter/source/config/cache/
H A Dbasecontainer.cxx58 , m_pFlushCache(NULL ) in BaseContainer()
150 if (!m_pFlushCache) in impl_initFlushMode()
151 m_pFlushCache = m_rCache->clone(); in impl_initFlushMode()
152 if (!m_pFlushCache) in impl_initFlushMode()
166 if (m_pFlushCache) in impl_getWorkingCache()
167 return m_pFlushCache; in impl_getWorkingCache()
539 if (!m_pFlushCache) in flush()
547 m_pFlushCache->flush(); in flush()
555 m_rCache->takeOver(*m_pFlushCache); in flush()
569 delete m_pFlushCache; in flush()
[all …]
H A Dbasecontainer.hxx112 FilterCache* m_pFlushCache; member in filter::config::BaseContainer

Completed in 21 milliseconds