Searched refs:not_intersect (Results 1 – 1 of 1) sorted by relevance
57 bool not_intersect = (other_end <= start) || (other_start >= end); in DoIntervalsIntersect() local58 return !not_intersect; in DoIntervalsIntersect()