Searched refs:rhs_end (Results 1 – 2 of 2) sorted by relevance
751 collection::iterator rhs_pos, rhs_end = rhs.m_threads.end(); in Update() local752 for (rhs_pos = rhs.m_threads.begin(); rhs_pos != rhs_end; ++rhs_pos) in Update()
138 const BaseType rhs_end = rhs.GetRangeEnd(); in Overlap() local139 bool result = (lhs_base <= rhs_end) && (lhs_end >= rhs_base); in Overlap()