Searched refs:other_start (Results 1 – 1 of 1) sorted by relevance
55 const void* other_start, in DoIntervalsIntersect() argument57 bool not_intersect = (other_end <= start) || (other_start >= end); in DoIntervalsIntersect()