Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp5515 ValueObjectListDelegate() : m_rows() {} in ValueObjectListDelegate()
5517 ValueObjectListDelegate(ValueObjectList &valobj_list) : m_rows() { in ValueObjectListDelegate()
5528 m_rows.clear(); in SetValues()
5530 m_rows.push_back(Row(valobj_sp, nullptr)); in SetValues()
5544 const int num_rows = CalculateTotalNumberRows(m_rows); in WindowDelegateDraw()
5558 DisplayRows(window, m_rows, g_options); in WindowDelegateDraw()
5700 std::vector<Row> m_rows; member in ValueObjectListDelegate
5867 return GetRowForRowIndexImpl(m_rows, row_index); in GetRowForRowIndex()