Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp1838 m_selection_type = SelectionType::Field; in AddNewField()
1942 switch (m_selection_type) { in FieldDelegateHandleChar()
1996 m_selection_type = SelectionType::Field; in FieldDelegateSelectFirstElement()
2017 SelectionType m_selection_type; member in curses::ListFieldDelegate
2106 m_selection_type = SelectionType::Value; in SelectNext()
2120 m_selection_type = SelectionType::Key; in SelectPrevious()
2140 m_selection_type = SelectionType::Value; in SelectNextField()
2175 m_selection_type = SelectionType::Key; in FieldDelegateSelectFirstElement()
2179 m_selection_type = SelectionType::Value; in FieldDelegateSelectLastElement()
2195 SelectionType m_selection_type; member in curses::MappingFieldDelegate
[all …]