Home
last modified time | relevance | path

Searched refs:rhs_end (Results 1 – 2 of 2) sorted by relevance

/external/lldb/source/Target/
DThreadList.cpp751 collection::iterator rhs_pos, rhs_end = rhs.m_threads.end(); in Update() local
752 for (rhs_pos = rhs.m_threads.begin(); rhs_pos != rhs_end; ++rhs_pos) in Update()
/external/lldb/include/lldb/Core/
DRangeMap.h138 const BaseType rhs_end = rhs.GetRangeEnd(); in Overlap() local
139 bool result = (lhs_base <= rhs_end) && (lhs_end >= rhs_base); in Overlap()