Searched refs:IsForwards (Results 1 – 3 of 3) sorted by relevance
27 bool TraceCursor::IsForwards() const { return m_forwards; } in IsForwards() function in TraceCursor
124 bool IsForwards() const;
31 m_pos += IsForwards() ? 1 : -1; in Next()