Home
last modified time | relevance | path

Searched refs:SharingPtr (Results 1 – 6 of 6) sorted by relevance

/external/lldb/include/lldb/Utility/
DSharingPtr.h131 class SharingPtr
141 SharingPtr();
142 template<class Y> explicit SharingPtr(Y* p);
143 template<class Y> explicit SharingPtr(Y* p, imp::shared_count *ctrl_block);
144 template<class Y> SharingPtr(const SharingPtr<Y>& r, element_type *p);
145 SharingPtr(const SharingPtr& r);
147 SharingPtr(const SharingPtr<Y>& r);
149 ~SharingPtr();
151 SharingPtr& operator=(const SharingPtr& r);
152 template<class Y> SharingPtr& operator=(const SharingPtr<Y>& r);
[all …]
DSharedCluster.h71 typename lldb_private::SharingPtr<T> GetSharedPointer(T *desired_object) in GetSharedPointer()
78 …return typename lldb_private::SharingPtr<T> (desired_object, new imp::shared_ptr_refcount<ClusterM… in GetSharedPointer()
/external/lldb/source/Utility/
DCMakeLists.txt9 SharingPtr.cpp
DAndroid.mk11 SharingPtr.cpp \
/external/lldb/include/lldb/
Dlldb-forward.h366 typedef lldb_private::SharingPtr<lldb_private::ValueObject> ValueObjectSP;
/external/lldb/lldb.xcodeproj/
Dproject.pbxproj391 …89011013353E8200698AC0 /* SharingPtr.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 261B5A5211…
451 …6D265A2136B40EE002EEE45 /* SharingPtr.h in Headers */ = {isa = PBXBuildFile; fileRef = 261B5A5311C…
908SharingPtr.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.…
909SharingPtr.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; n…
2405 261B5A5211C3F2AD00AABD0A /* SharingPtr.cpp */,
2407 261B5A5311C3F2AD00AABD0A /* SharingPtr.h */,
3514 26D265A2136B40EE002EEE45 /* SharingPtr.h in Headers */,
4177 2689011013353E8200698AC0 /* SharingPtr.cpp in Sources */,