Searched refs:DoesAdjoinOrIntersect (Results 1 – 1 of 1) sorted by relevance
58 if (DoesAdjoinOrIntersect(rhs)) { in Union()107 bool DoesAdjoinOrIntersect(const Range &rhs) const { in DoesAdjoinOrIntersect() function242 return a.DoesAdjoinOrIntersect(b); in CombineConsecutiveRanges()253 if (back.DoesAdjoinOrIntersect(*pos)) in CombineConsecutiveRanges()517 return a.DoesAdjoinOrIntersect(b) && a.data == b.data; in CombineConsecutiveEntriesWithEqualData()529 if (back.DoesAdjoinOrIntersect(*pos) && back.data == pos->data) in CombineConsecutiveEntriesWithEqualData()