Searched refs:VEnd (Results 1 – 3 of 3) sorted by relevance
102 unsigned *VEnd = reinterpret_cast<unsigned*>(V.Data.get() + V.Length); in hash_value() local103 return hash_combine(V.Length, hash_combine_range(VBegin, VEnd)); in hash_value()
144 unsigned *VEnd = reinterpret_cast<unsigned*>(V.Data + V.Length); in hash_value() local145 return hash_combine(V.Length, hash_combine_range(VBegin, VEnd)); in hash_value()
1102 for (unsigned VIdx = 0, VEnd = Variants.size(); VIdx != VEnd; ++VIdx) { in getIntersectingVariants() local