Searched refs:m_content (Results 1 – 2 of 2) sorted by relevance
665 void Append(const lldb::TypeImplSP &type) { m_content.push_back(type); } in Append()682 type_sp = m_content[idx]; in GetTypeAtIndex()686 size_t GetSize() { return m_content.size(); } in GetSize()689 std::vector<lldb::TypeImplSP> m_content;856 m_content.push_back(type); in Append()864 enum_member = m_content[idx]; in GetTypeEnumMemberAtIndex()868 size_t GetSize() { return m_content.size(); } in GetSize()871 std::vector<lldb::TypeEnumMemberImplSP> m_content;
1083 m_content = content; in TextFieldDelegate()1110 int GetContentLength() { return m_content.length(); } in GetContentLength()1116 const char *text = m_content.c_str() + m_first_visibile_char; in DrawContent()1127 surface.PutChar(m_content[m_cursor_position]); in DrawContent()1204 m_content.insert(m_cursor_position, 1, character); in InsertChar()1215 m_content.erase(m_cursor_position - 1, 1); in RemovePreviousChar()1226 m_content.erase(m_cursor_position, 1); in RemoveNextChar()1232 m_content.erase(m_cursor_position); in ClearToEnd()1237 m_content.clear(); in Clear()1304 bool IsSpecified() { return !m_content.empty(); } in IsSpecified()[all …]