Searched refs:nextUniqueIndex (Results 1 – 1 of 1) sorted by relevance
656 auto nextUniqueIndex = uniqueTypes.begin(); in mergeUniqueTypeRecords() local664 if (nextUniqueIndex != uniqueTypes.end() && in mergeUniqueTypeRecords()665 *nextUniqueIndex == ghashIndex) { in mergeUniqueTypeRecords()669 ++nextUniqueIndex; in mergeUniqueTypeRecords()678 nextUniqueIndex = uniqueTypes.begin(); in mergeUniqueTypeRecords()680 if (nextUniqueIndex != uniqueTypes.end() && in mergeUniqueTypeRecords()681 *nextUniqueIndex == ghashIndex) { in mergeUniqueTypeRecords()683 ++nextUniqueIndex; in mergeUniqueTypeRecords()687 assert(nextUniqueIndex == uniqueTypes.end() && in mergeUniqueTypeRecords()