Searched refs:IsForwards (Results 1 – 6 of 6) sorted by relevance
31 bool SBTraceCursor::IsForwards() const { in IsForwards() function in SBTraceCursor34 return m_opaque_sp->IsForwards(); in IsForwards()
27 bool TraceCursor::IsForwards() const { return m_forwards; } in IsForwards() function in TraceCursor
34 bool IsForwards() const;
113 bool IsForwards() const;
31 m_pos += IsForwards() ? 1 : -1; in Next()
66550 result = (bool)((lldb::SBTraceCursor const *)arg1)->IsForwards(); in _wrap_SBTraceCursor_IsForwards()