Searched refs:m_rows (Results 1 – 1 of 1) sorted by relevance
4048 ValueObjectListDelegate() : m_rows() {} in ValueObjectListDelegate()4051 : m_rows(), m_selected_row(nullptr), m_selected_row_idx(0), in ValueObjectListDelegate()4063 m_rows.clear(); in SetValues()4065 m_rows.push_back(Row(valobj_sp, nullptr)); in SetValues()4079 const int num_rows = CalculateTotalNumberRows(m_rows); in WindowDelegateDraw()4093 DisplayRows(window, m_rows, g_options); in WindowDelegateDraw()4235 std::vector<Row> m_rows; member in ValueObjectListDelegate4398 return GetRowForRowIndexImpl(m_rows, row_index); in GetRowForRowIndex()