Searched refs:rhs_end (Results 1 – 2 of 2) sorted by relevance
95 const BaseType rhs_end = rhs.GetRangeEnd(); in DoesAdjoinOrIntersect() local96 bool result = (lhs_base <= rhs_end) && (lhs_end >= rhs_base); in DoesAdjoinOrIntersect()105 const BaseType rhs_end = rhs.GetRangeEnd(); in DoesIntersect() local106 bool result = (lhs_base < rhs_end) && (lhs_end > rhs_base); in DoesIntersect()
716 collection::iterator rhs_pos, rhs_end = rhs.m_threads.end(); in Update() local717 for (rhs_pos = rhs.m_threads.begin(); rhs_pos != rhs_end; ++rhs_pos) { in Update()