Searched refs:ValueListImpl (Results 1 – 2 of 2) sorted by relevance
22 class ValueListImpl class25 ValueListImpl () : in ValueListImpl() function in ValueListImpl30 ValueListImpl (const ValueListImpl& rhs) : in ValueListImpl() function in ValueListImpl35 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 …]
15 class ValueListImpl; variable63 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;