Searched refs:IsForwards (Results 1 – 4 of 4) sorted by relevance
34 m_index += m_cursor_up->IsForwards() ? 1 : -1; in TryMoveOneStep()173 m_cursor_up->IsForwards() ? m_index + count - 1 : m_index - count + 1); in DumpInstructions()254 if (!m_cursor_up->IsForwards() && !was_prev_instruction_an_error) in DumpInstructions()262 if (m_cursor_up->IsForwards() && was_prev_instruction_an_error) in DumpInstructions()
35 bool TraceCursor::IsForwards() const { return m_forwards; } in IsForwards() function in TraceCursor
34 if (IsForwards()) in Next()42 m_pos += IsForwards() ? 1 : -1; in Next()
109 bool IsForwards() const;