Searched refs:resultIt (Results 1 – 1 of 1) sorted by relevance
1115 auto resultIt = blobsList.end(); in getMatchBlobId() local1119 resultIt = it; in getMatchBlobId()1124 if (resultIt == blobsList.end()) return 0; in getMatchBlobId()1127 if (resultIt != blobsList.begin()) { in getMatchBlobId()1129 blobsList.splice(blobsList.begin(), blobsList, resultIt, std::next(resultIt)); in getMatchBlobId()