Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp2189 ValueFieldDelegateType &GetValueField() { return m_value_field; } in GetValueField() function in curses::MappingFieldDelegate
2222 const std::string &GetValue() { return GetValueField().GetText(); } in GetValue()
2226 void SetValue(const char *value) { return GetValueField().SetText(value); } in SetValue()