Searched refs:nextUniqueIndex (Results 1 – 1 of 1) sorted by relevance
686 auto nextUniqueIndex = uniqueTypes.begin(); in mergeUniqueTypeRecords() local694 if (nextUniqueIndex != uniqueTypes.end() && in mergeUniqueTypeRecords()695 *nextUniqueIndex == ghashIndex) { in mergeUniqueTypeRecords()699 ++nextUniqueIndex; in mergeUniqueTypeRecords()708 nextUniqueIndex = uniqueTypes.begin(); in mergeUniqueTypeRecords()710 if (nextUniqueIndex != uniqueTypes.end() && in mergeUniqueTypeRecords()711 *nextUniqueIndex == ghashIndex) { in mergeUniqueTypeRecords()713 ++nextUniqueIndex; in mergeUniqueTypeRecords()717 assert(nextUniqueIndex == uniqueTypes.end() && in mergeUniqueTypeRecords()