Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBValueList.cpp21 class ValueListImpl { class
23 ValueListImpl() : m_values() {} in ValueListImpl() function in ValueListImpl
25 ValueListImpl(const ValueListImpl &rhs) : m_values(rhs.m_values) {} in ValueListImpl() function in ValueListImpl
27 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 …]
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBValueList.h15 class ValueListImpl; variable
53 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;