Searched refs:m_keyCount (Results 1 – 5 of 5) sorted by relevance
230 unsigned m_keyCount; variable242 , m_keyCount(0) in PropertyTable()252 , m_keyCount(other.m_keyCount) in PropertyTable()275 , m_keyCount(0) in PropertyTable()279 ASSERT(initialCapacity >= other.m_keyCount); in PropertyTable()367 rehash(m_keyCount + 1); in add()378 ++m_keyCount; in add()398 ASSERT(m_keyCount >= 1); in remove()399 --m_keyCount; in remove()403 rehash(m_keyCount); in remove()[all …]
799 ASSERT(m_keyCount <= m_indexSize / 2); in checkConsistency()800 ASSERT(m_keyCount + m_deletedCount <= m_indexSize / 2); in checkConsistency()820 ASSERT(indexCount == m_keyCount); in checkConsistency()846 ASSERT(nonEmptyEntryCount == m_keyCount); in checkConsistency()
44 , m_keyCount(0) in VisitedLinkProvider()54 if (m_keyCount) in processDidFinishLaunching()114 unsigned newTableSize = tableSizeForKeyCount(m_keyCount + pendingVisitedLinks.size()); in pendingVisitedLinksTimerFired()157 m_keyCount += pendingVisitedLinks.size(); in pendingVisitedLinksTimerFired()
56 unsigned m_keyCount; variable
315 int size() const { return m_keyCount; }317 bool isEmpty() const { return !m_keyCount; }378 … bool shouldExpand() const { return (m_keyCount + m_deletedCount) * m_maxLoad >= m_tableSize; }379 bool mustRehashInPlace() const { return m_keyCount * m_minLoad < m_tableSize * 2; }380 …bool shouldShrink() const { return m_keyCount * m_minLoad < m_tableSize && m_tableSize > m_minTabl…417 int m_keyCount;433 , m_keyCount(0)695 ++m_keyCount;741 ++m_keyCount;833 --m_keyCount;[all …]