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.cpp4876 m_num_rows = 0; in WindowDelegateDraw()
4877 m_root.CalculateRowIndexes(m_num_rows); in WindowDelegateDraw()
4884 if (m_first_visible_row > 0 && m_num_rows < num_visible_rows) in WindowDelegateDraw()
4944 if (m_num_rows > m_max_y) { in WindowDelegateHandleChar()
4945 if (m_first_visible_row + m_max_y < m_num_rows) { in WindowDelegateHandleChar()
4965 if (m_selected_row_idx + 1 < m_num_rows) { in WindowDelegateHandleChar()
5018 int m_num_rows = 0; member in TreeWindowDelegate
5551 m_num_rows = 0; in SetValues()
5558 m_num_rows = 0; in WindowDelegateDraw()
5669 if (m_num_rows > static_cast<size_t>(m_max_y)) { in WindowDelegateHandleChar()
[all …]