Searched refs:m_rows (Results 1 – 1 of 1) sorted by relevance
2634 : m_rows(), m_selected_row(nullptr), in ValueObjectListDelegate()2639 : m_rows(), m_selected_row(nullptr), in ValueObjectListDelegate()2652 m_rows.clear(); in SetValues()2654 m_rows.push_back(Row(valobj_sp, nullptr)); in SetValues()2668 const int num_rows = CalculateTotalNumberRows(m_rows); in WindowDelegateDraw()2682 DisplayRows(window, m_rows, g_options); in WindowDelegateDraw()2826 std::vector<Row> m_rows; member in ValueObjectListDelegate2989 return GetRowForRowIndexImpl(m_rows, row_index); in GetRowForRowIndex()