Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp1110 int GetContentLength() { return m_content.length(); } in GetContentLength() function in curses::TextFieldDelegate
1123 if (m_cursor_position == GetContentLength()) in DrawContent()
1167 return std::min(position, GetContentLength()); in GetLastVisibleCharPosition()
1183 if (m_cursor_position < GetContentLength()) in MoveCursorRight()
1194 void MoveCursorToEnd() { m_cursor_position = GetContentLength(); } in MoveCursorToEnd()
1223 if (m_cursor_position == GetContentLength()) in RemoveNextChar()