Searched refs:nextUniqueIndex (Results 1 – 1 of 1) sorted by relevance
697 auto nextUniqueIndex = uniqueTypes.begin(); in mergeUniqueTypeRecords() local705 if (nextUniqueIndex != uniqueTypes.end() && in mergeUniqueTypeRecords()706 *nextUniqueIndex == ghashIndex) { in mergeUniqueTypeRecords()710 ++nextUniqueIndex; in mergeUniqueTypeRecords()719 nextUniqueIndex = uniqueTypes.begin(); in mergeUniqueTypeRecords()721 if (nextUniqueIndex != uniqueTypes.end() && in mergeUniqueTypeRecords()722 *nextUniqueIndex == ghashIndex) { in mergeUniqueTypeRecords()724 ++nextUniqueIndex; in mergeUniqueTypeRecords()728 assert(nextUniqueIndex == uniqueTypes.end() && in mergeUniqueTypeRecords()