Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp4874 m_num_rows = 0; in WindowDelegateDraw()
4875 m_root.CalculateRowIndexes(m_num_rows); in WindowDelegateDraw()
4882 if (m_first_visible_row > 0 && m_num_rows < num_visible_rows) in WindowDelegateDraw()
4942 if (m_num_rows > m_max_y) { in WindowDelegateHandleChar()
4943 if (m_first_visible_row + m_max_y < m_num_rows) { in WindowDelegateHandleChar()
4963 if (m_selected_row_idx + 1 < m_num_rows) { in WindowDelegateHandleChar()
5016 int m_num_rows = 0; member in TreeWindowDelegate
5549 m_num_rows = 0; in SetValues()
5556 m_num_rows = 0; in WindowDelegateDraw()
5667 if (m_num_rows > static_cast<size_t>(m_max_y)) { in WindowDelegateHandleChar()
[all …]