Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Core/
DIOHandlerCursesGUI.cpp331 size_t GetMaxLineLength() const { return m_text.GetMaxStringLength(); } in GetMaxLineLength() function in curses::HelpDialogDelegate
692 const size_t max_length = help_delegate_up->GetMaxLineLength(); in CreateHelpSubwindow()