Home
last modified time | relevance | path

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

/AOO41X/main/dbaccess/source/core/misc/
H A Ddsntypes.cxx69 ,m_nLivingIterators(0) in DBG_NAME()
90 …DBG_ASSERT(0 == m_nLivingIterators, "ODsnTypeCollection::~ODsnTypeCollection : there are still liv… in ~ODsnTypeCollection()
564 ++const_cast<ODsnTypeCollection*>(m_pContainer)->m_nLivingIterators; in TypeIterator()
574 ++const_cast<ODsnTypeCollection*>(m_pContainer)->m_nLivingIterators; in TypeIterator()
582 --const_cast<ODsnTypeCollection*>(m_pContainer)->m_nLivingIterators; in ~TypeIterator()
/AOO41X/main/dbaccess/source/inc/
H A Ddsntypes.hxx121 …sal_Int32 m_nLivingIterators; /// just for debugging reasons, counts the living iter… member in dbaccess::ODsnTypeCollection