Home
last modified time | relevance | path

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

/freebsd-14.2/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()
4942 if (m_num_rows > m_max_y) { 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()
5681 if (m_selected_row_idx + 1 < m_num_rows) in WindowDelegateHandleChar()
5726 uint32_t m_num_rows = 0; member in ValueObjectListDelegate
5829 row.row_idx = m_num_rows; in DisplayRows()
5839 ++m_num_rows; in DisplayRows()
[all …]