Home | History | Annotate | Download | only in wtf

Lines Matching refs:shouldExpand

378         bool shouldExpand() const { return (m_keyCount + m_deletedCount) * m_maxLoad >= m_tableSize; }
697 if (shouldExpand()) {
742 if (shouldExpand()) {
1011 ASSERT(!m_table || !shouldExpand());