Searched refs:m_content (Results 1 – 2 of 2) sorted by relevance
332 void Append(const lldb::TypeImplSP &type) { m_content.push_back(type); } in Append()349 type_sp = m_content[idx]; in GetTypeAtIndex()353 size_t GetSize() { return m_content.size(); } in GetSize()356 std::vector<lldb::TypeImplSP> m_content;521 m_content.push_back(type); in Append()529 enum_member = m_content[idx]; in GetTypeEnumMemberAtIndex()533 size_t GetSize() { return m_content.size(); } in GetSize()536 std::vector<lldb::TypeEnumMemberImplSP> m_content;
1084 m_content = content; in TextFieldDelegate()1227 m_content.erase(m_cursor_position, 1); in RemoveNextChar()1233 m_content.erase(m_cursor_position); in ClearToEnd()1238 m_content.clear(); in Clear()1317 m_content.clear(); in SetText()1320 m_content = text; in SetText()1327 std::string m_content; member in curses::TextFieldDelegate1457 : m_label(label), m_content(content) {} in BooleanFieldDelegate()1479 void ToggleContent() { m_content = !m_content; } in ToggleContent()1508 bool GetBoolean() { return m_content; } in GetBoolean()[all …]