Searched refs:nextUniqueIndex (Results 1 – 1 of 1) sorted by relevance
693 auto nextUniqueIndex = uniqueTypes.begin(); in mergeUniqueTypeRecords() local701 if (nextUniqueIndex != uniqueTypes.end() && in mergeUniqueTypeRecords()702 *nextUniqueIndex == ghashIndex) { in mergeUniqueTypeRecords()706 ++nextUniqueIndex; in mergeUniqueTypeRecords()715 nextUniqueIndex = uniqueTypes.begin(); in mergeUniqueTypeRecords()717 if (nextUniqueIndex != uniqueTypes.end() && in mergeUniqueTypeRecords()718 *nextUniqueIndex == ghashIndex) { in mergeUniqueTypeRecords()720 ++nextUniqueIndex; in mergeUniqueTypeRecords()724 assert(nextUniqueIndex == uniqueTypes.end() && in mergeUniqueTypeRecords()