Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lldb/source/Core/
DIOHandlerCursesGUI.cpp1112 int GetContentLength() { return m_content.length(); } in GetContentLength() function in curses::TextFieldDelegate
1124 if (m_cursor_position == GetContentLength()) in DrawContent()
1168 if (m_cursor_position < GetContentLength()) in MoveCursorRight()