Searched refs:ValueListImpl (Results 1 – 2 of 2) sorted by relevance
21 class ValueListImpl { class23 ValueListImpl() : m_values() {} in ValueListImpl() function in ValueListImpl25 ValueListImpl(const ValueListImpl &rhs) : m_values(rhs.m_values) {} in ValueListImpl() function in ValueListImpl27 ValueListImpl &operator=(const ValueListImpl &rhs) { in operator =()38 void Append(const ValueListImpl &list) { in Append()77 m_opaque_ap.reset(new ValueListImpl(*rhs)); in SBValueList()91 m_opaque_ap.reset(new ValueListImpl(*lldb_object_ptr)); in SBValueList()109 m_opaque_ap.reset(new ValueListImpl(*rhs)); in operator =()120 const ValueListImpl *SBValueList::operator->() const { in operator ->()187 m_opaque_ap.reset(new ValueListImpl()); in CreateIfNeeded()[all …]
15 class ValueListImpl; variable53 SBValueList(const ValueListImpl *lldb_object_ptr);59 ValueListImpl *operator->();61 ValueListImpl &operator*();63 const ValueListImpl *operator->() const;65 const ValueListImpl &operator*() const;67 ValueListImpl &ref();69 std::unique_ptr<ValueListImpl> m_opaque_ap;