Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp1541 int GetLastVisibleChoice() { in GetLastVisibleChoice() function in lldb_private::curses::ChoicesFieldDelegate
1547 int choices_to_draw = GetLastVisibleChoice() - m_first_visibile_choice + 1; in DrawContent()
1585 if (m_choice > GetLastVisibleChoice()) { in UpdateScrolling()