Searched refs:nextKeyIndex (Results 1 – 1 of 1) sorted by relevance
293 size_t nextKeyIndex = m_grouper.size(); in applyGrouping() local296 nextKeyIndex = j; in applyGrouping()301 ASSERT(nextKeyIndex > i); in applyGrouping()305 if (nextKeyIndex - i <= 1) { in applyGrouping()306 i = nextKeyIndex; in applyGrouping()311 group.reserveCapacity(nextKeyIndex - i); in applyGrouping()312 for (; i < nextKeyIndex; ++i) { in applyGrouping()339 ASSERT(i == nextKeyIndex); in applyGrouping()