Searched refs:FoundIdx (Results 1 – 2 of 2) sorted by relevance
208 const unsigned FoundIdx = ValIndexOf(Dense[i]);209 assert(FoundIdx < Universe && "Invalid key in set. Did object mutate?");210 if (Idx == FoundIdx)
354 const unsigned FoundIdx = sparseIndex(Dense[i]); in findIndex() local357 if (Idx == FoundIdx && Dense[i].isValid() && isHead(Dense[i])) in findIndex()