Searched refs:lhs_base (Results 1 – 1 of 1) sorted by relevance
92 const BaseType lhs_base = this->GetRangeBase(); in DoesAdjoinOrIntersect() local96 bool result = (lhs_base <= rhs_end) && (lhs_end >= rhs_base); in DoesAdjoinOrIntersect()102 const BaseType lhs_base = this->GetRangeBase(); in DoesIntersect() local106 bool result = (lhs_base < rhs_end) && (lhs_end > rhs_base); in DoesIntersect()