Searched refs:m_activeIteratorCount (Results 1 – 2 of 2) sorted by relevance
58 ASSERT(!m_activeIteratorCount); in assertNoActiveIterators()64 : m_activeIteratorCount(0) in EventListenerMap()242 m_map->m_activeIteratorCount++; in EventListenerIterator()252 m_map->m_activeIteratorCount--; in ~EventListenerIterator()
71 int m_activeIteratorCount; variable