Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp1540 int GetLastVisibleChoice() { in GetLastVisibleChoice() function in curses::ChoicesFieldDelegate
1546 int choices_to_draw = GetLastVisibleChoice() - m_first_visibile_choice + 1; in DrawContent()
1584 if (m_choice > GetLastVisibleChoice()) { in UpdateScrolling()