Searched refs:lhs_base (Results 1 – 1 of 1) sorted by relevance
135 const BaseType lhs_base = this->GetRangeBase(); in Overlap() local139 bool result = (lhs_base <= rhs_end) && (lhs_end >= rhs_base); in Overlap()