Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Core/
DIOHandlerCursesGUI.cpp1623 m_identifier(0), m_row_idx(-1), m_children(), in TreeItem()
1632 m_row_idx = rhs.m_row_idx; in operator =()
1648 int GetRowIndex() const { return m_row_idx; } in GetRowIndex()
1656 void SetRowIndex(int row_idx) { m_row_idx = row_idx; } in SetRowIndex()
1697 if (m_row_idx >= first_visible_row) { in Draw()
1724 bool highlight = (selected_row_idx == static_cast<size_t>(m_row_idx)) && in Draw()
1779 if (static_cast<uint32_t>(m_row_idx) == row_idx) in GetItemForRowIndex()
1808 int m_row_idx; // Zero based visible row index, -1 if not visible or for the member in TreeItem