Home
last modified time | relevance | path

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

/external/lldb/source/API/
DSBValueList.cpp22 class ValueListImpl class
25 ValueListImpl () : in ValueListImpl() function in ValueListImpl
30 ValueListImpl (const ValueListImpl& rhs) : in ValueListImpl() function in ValueListImpl
35 ValueListImpl&
36 operator = (const ValueListImpl& rhs) in operator =()
57 Append (const ValueListImpl& list) in Append()
97 m_opaque_ap.reset (new ValueListImpl (*rhs)); in SBValueList()
107 SBValueList::SBValueList (const ValueListImpl *lldb_object_ptr) : in SBValueList()
113 m_opaque_ap.reset (new ValueListImpl (*lldb_object_ptr)); in SBValueList()
145 m_opaque_ap.reset (new ValueListImpl (*rhs)); in operator =()
[all …]
/external/lldb/include/lldb/API/
DSBValueList.h15 class ValueListImpl; variable
63 SBValueList (const ValueListImpl *lldb_object_ptr);
71 ValueListImpl *
74 ValueListImpl &
77 const ValueListImpl *
80 const ValueListImpl &
84 ValueListImpl &
87 std::unique_ptr<ValueListImpl> m_opaque_ap;