Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp1111 int GetContentLength() { return m_content.length(); } in GetContentLength() function in curses::TextFieldDelegate
1124 if (m_cursor_position == GetContentLength()) in DrawContent()
1168 return std::min(position, GetContentLength()); in GetLastVisibleCharPosition()
1184 if (m_cursor_position < GetContentLength()) in MoveCursorRight()
1195 void MoveCursorToEnd() { m_cursor_position = GetContentLength(); } in MoveCursorToEnd()
1224 if (m_cursor_position == GetContentLength()) in RemoveNextChar()