Home
last modified time | relevance | path

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

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