/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/tr1/ |
shared_ptr.h | 1 // <tr1/shared_ptr.h> -*- C++ -*- 28 // shared_ptr.hpp 44 /** @file tr1/shared_ptr.h 59 * @brief Exception possibly thrown by @c shared_ptr. 510 class shared_ptr; 545 // object pointed to is deleted when the last shared_ptr pointing to 746 // 2.2.3.8 shared_ptr specialized algorithms. 752 // 2.2.3.9 shared_ptr casts 754 * shared_ptr<_Tp, _Lp>(static_cast<_Tp*>(__r.get())) 764 * shared_ptr<_Tp, _Lp>(const_cast<_Tp*>(__r.get()) 992 class shared_ptr class in namespace:tr1 996 shared_ptr() function in class:tr1::shared_ptr 1001 shared_ptr(_Tp1* __p) function in class:tr1::shared_ptr 1005 shared_ptr(_Tp1* __p, _Deleter __d) function in class:tr1::shared_ptr 1009 shared_ptr(const shared_ptr<_Tp1>& __r) function in class:tr1::shared_ptr 1014 shared_ptr(const weak_ptr<_Tp1>& __r) function in class:tr1::shared_ptr 1020 shared_ptr(std::auto_ptr<_Tp1>& __r) function in class:tr1::shared_ptr 1025 shared_ptr(const shared_ptr<_Tp1>& __r, __static_cast_tag) function in class:tr1::shared_ptr 1029 shared_ptr(const shared_ptr<_Tp1>& __r, __const_cast_tag) function in class:tr1::shared_ptr 1033 shared_ptr(const shared_ptr<_Tp1>& __r, __dynamic_cast_tag) function in class:tr1::shared_ptr [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/tr1/ |
shared_ptr.h | 1 // <tr1/shared_ptr.h> -*- C++ -*- 28 // shared_ptr.hpp 44 /** @file tr1/shared_ptr.h 59 * @brief Exception possibly thrown by @c shared_ptr. 503 class shared_ptr; 538 // object pointed to is deleted when the last shared_ptr pointing to 739 // 2.2.3.8 shared_ptr specialized algorithms. 745 // 2.2.3.9 shared_ptr casts 747 * shared_ptr<_Tp, _Lp>(static_cast<_Tp*>(__r.get())) 757 * shared_ptr<_Tp, _Lp>(const_cast<_Tp*>(__r.get()) 985 class shared_ptr class in namespace:tr1 989 shared_ptr() function in class:tr1::shared_ptr 994 shared_ptr(_Tp1* __p) function in class:tr1::shared_ptr 998 shared_ptr(_Tp1* __p, _Deleter __d) function in class:tr1::shared_ptr 1002 shared_ptr(const shared_ptr<_Tp1>& __r) function in class:tr1::shared_ptr 1007 shared_ptr(const weak_ptr<_Tp1>& __r) function in class:tr1::shared_ptr 1013 shared_ptr(std::auto_ptr<_Tp1>& __r) function in class:tr1::shared_ptr 1018 shared_ptr(const shared_ptr<_Tp1>& __r, __static_cast_tag) function in class:tr1::shared_ptr 1022 shared_ptr(const shared_ptr<_Tp1>& __r, __const_cast_tag) function in class:tr1::shared_ptr 1026 shared_ptr(const shared_ptr<_Tp1>& __r, __dynamic_cast_tag) function in class:tr1::shared_ptr [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/tr1/ |
shared_ptr.h | 1 // <tr1/shared_ptr.h> -*- C++ -*- 28 // shared_ptr.hpp 44 /** @file tr1/shared_ptr.h 59 * @brief Exception possibly thrown by @c shared_ptr. 503 class shared_ptr; 538 // object pointed to is deleted when the last shared_ptr pointing to 739 // 2.2.3.8 shared_ptr specialized algorithms. 745 // 2.2.3.9 shared_ptr casts 747 * shared_ptr<_Tp, _Lp>(static_cast<_Tp*>(__r.get())) 757 * shared_ptr<_Tp, _Lp>(const_cast<_Tp*>(__r.get()) 985 class shared_ptr class in namespace:tr1 989 shared_ptr() function in class:tr1::shared_ptr 994 shared_ptr(_Tp1* __p) function in class:tr1::shared_ptr 998 shared_ptr(_Tp1* __p, _Deleter __d) function in class:tr1::shared_ptr 1002 shared_ptr(const shared_ptr<_Tp1>& __r) function in class:tr1::shared_ptr 1007 shared_ptr(const weak_ptr<_Tp1>& __r) function in class:tr1::shared_ptr 1013 shared_ptr(std::auto_ptr<_Tp1>& __r) function in class:tr1::shared_ptr 1018 shared_ptr(const shared_ptr<_Tp1>& __r, __static_cast_tag) function in class:tr1::shared_ptr 1022 shared_ptr(const shared_ptr<_Tp1>& __r, __const_cast_tag) function in class:tr1::shared_ptr 1026 shared_ptr(const shared_ptr<_Tp1>& __r, __dynamic_cast_tag) function in class:tr1::shared_ptr [all...] |
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/tr1/ |
shared_ptr.h | 1 // <tr1/shared_ptr.h> -*- C++ -*- 28 // shared_ptr.hpp 44 /** @file tr1/shared_ptr.h 315 class shared_ptr; 353 * The object pointed to is deleted when the last shared_ptr pointing to 591 // 2.2.3.8 shared_ptr specialized algorithms. 597 // 2.2.3.9 shared_ptr casts 599 * <code>shared_ptr<_Tp, _Lp>(static_cast<_Tp*>(__r.get()))</code> 609 * <code>shared_ptr<_Tp, _Lp>(const_cast<_Tp*>(__r.get()))</code> 619 * <code>shared_ptr<_Tp, _Lp>(dynamic_cast<_Tp*>(__r.get()))</code 832 class shared_ptr class in namespace:std::tr1 836 shared_ptr() function in class:std::tr1::shared_ptr 841 shared_ptr(_Tp1* __p) function in class:std::tr1::shared_ptr 845 shared_ptr(_Tp1* __p, _Deleter __d) function in class:std::tr1::shared_ptr 849 shared_ptr(const shared_ptr<_Tp1>& __r) function in class:std::tr1::shared_ptr 854 shared_ptr(const weak_ptr<_Tp1>& __r) function in class:std::tr1::shared_ptr 860 shared_ptr(std::auto_ptr<_Tp1>& __r) function in class:std::tr1::shared_ptr 865 shared_ptr(const shared_ptr<_Tp1>& __r, __static_cast_tag) function in class:std::tr1::shared_ptr 869 shared_ptr(const shared_ptr<_Tp1>& __r, __const_cast_tag) function in class:std::tr1::shared_ptr 873 shared_ptr(const shared_ptr<_Tp1>& __r, __dynamic_cast_tag) function in class:std::tr1::shared_ptr [all...] |
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/tr1/ |
shared_ptr.h | 1 // <tr1/shared_ptr.h> -*- C++ -*- 28 // shared_ptr.hpp 44 /** @file tr1/shared_ptr.h 315 class shared_ptr; 353 * The object pointed to is deleted when the last shared_ptr pointing to 591 // 2.2.3.8 shared_ptr specialized algorithms. 597 // 2.2.3.9 shared_ptr casts 599 * <code>shared_ptr<_Tp, _Lp>(static_cast<_Tp*>(__r.get()))</code> 609 * <code>shared_ptr<_Tp, _Lp>(const_cast<_Tp*>(__r.get()))</code> 619 * <code>shared_ptr<_Tp, _Lp>(dynamic_cast<_Tp*>(__r.get()))</code 832 class shared_ptr class in namespace:std::tr1 836 shared_ptr() function in class:std::tr1::shared_ptr 841 shared_ptr(_Tp1* __p) function in class:std::tr1::shared_ptr 845 shared_ptr(_Tp1* __p, _Deleter __d) function in class:std::tr1::shared_ptr 849 shared_ptr(const shared_ptr<_Tp1>& __r) function in class:std::tr1::shared_ptr 854 shared_ptr(const weak_ptr<_Tp1>& __r) function in class:std::tr1::shared_ptr 860 shared_ptr(std::auto_ptr<_Tp1>& __r) function in class:std::tr1::shared_ptr 865 shared_ptr(const shared_ptr<_Tp1>& __r, __static_cast_tag) function in class:std::tr1::shared_ptr 869 shared_ptr(const shared_ptr<_Tp1>& __r, __const_cast_tag) function in class:std::tr1::shared_ptr 873 shared_ptr(const shared_ptr<_Tp1>& __r, __dynamic_cast_tag) function in class:std::tr1::shared_ptr [all...] |
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/tr1/ |
shared_ptr.h | 1 // <tr1/shared_ptr.h> -*- C++ -*- 28 // shared_ptr.hpp 44 /** @file tr1/shared_ptr.h 315 class shared_ptr; 353 * The object pointed to is deleted when the last shared_ptr pointing to 591 // 2.2.3.8 shared_ptr specialized algorithms. 597 // 2.2.3.9 shared_ptr casts 599 * <code>shared_ptr<_Tp, _Lp>(static_cast<_Tp*>(__r.get()))</code> 609 * <code>shared_ptr<_Tp, _Lp>(const_cast<_Tp*>(__r.get()))</code> 619 * <code>shared_ptr<_Tp, _Lp>(dynamic_cast<_Tp*>(__r.get()))</code 832 class shared_ptr class in namespace:std::tr1 836 shared_ptr() function in class:std::tr1::shared_ptr 841 shared_ptr(_Tp1* __p) function in class:std::tr1::shared_ptr 845 shared_ptr(_Tp1* __p, _Deleter __d) function in class:std::tr1::shared_ptr 849 shared_ptr(const shared_ptr<_Tp1>& __r) function in class:std::tr1::shared_ptr 854 shared_ptr(const weak_ptr<_Tp1>& __r) function in class:std::tr1::shared_ptr 860 shared_ptr(std::auto_ptr<_Tp1>& __r) function in class:std::tr1::shared_ptr 865 shared_ptr(const shared_ptr<_Tp1>& __r, __static_cast_tag) function in class:std::tr1::shared_ptr 869 shared_ptr(const shared_ptr<_Tp1>& __r, __const_cast_tag) function in class:std::tr1::shared_ptr 873 shared_ptr(const shared_ptr<_Tp1>& __r, __dynamic_cast_tag) function in class:std::tr1::shared_ptr [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/tr1/ |
shared_ptr.h | 1 // <tr1/shared_ptr.h> -*- C++ -*- 28 // shared_ptr.hpp 44 /** @file tr1/shared_ptr.h 315 class shared_ptr; 353 * The object pointed to is deleted when the last shared_ptr pointing to 591 // 2.2.3.8 shared_ptr specialized algorithms. 597 // 2.2.3.9 shared_ptr casts 599 * <code>shared_ptr<_Tp, _Lp>(static_cast<_Tp*>(__r.get()))</code> 609 * <code>shared_ptr<_Tp, _Lp>(const_cast<_Tp*>(__r.get()))</code> 619 * <code>shared_ptr<_Tp, _Lp>(dynamic_cast<_Tp*>(__r.get()))</code 832 class shared_ptr class in namespace:std::tr1 836 shared_ptr() function in class:std::tr1::shared_ptr 841 shared_ptr(_Tp1* __p) function in class:std::tr1::shared_ptr 845 shared_ptr(_Tp1* __p, _Deleter __d) function in class:std::tr1::shared_ptr 849 shared_ptr(const shared_ptr<_Tp1>& __r) function in class:std::tr1::shared_ptr 854 shared_ptr(const weak_ptr<_Tp1>& __r) function in class:std::tr1::shared_ptr 860 shared_ptr(std::auto_ptr<_Tp1>& __r) function in class:std::tr1::shared_ptr 865 shared_ptr(const shared_ptr<_Tp1>& __r, __static_cast_tag) function in class:std::tr1::shared_ptr 869 shared_ptr(const shared_ptr<_Tp1>& __r, __const_cast_tag) function in class:std::tr1::shared_ptr 873 shared_ptr(const shared_ptr<_Tp1>& __r, __dynamic_cast_tag) function in class:std::tr1::shared_ptr [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/ |
shared_ptr.h | 1 // <tr1/shared_ptr.h> -*- C++ -*- 28 // shared_ptr.hpp 44 /** @file tr1/shared_ptr.h 59 * @brief Exception possibly thrown by @c shared_ptr. 510 class shared_ptr; 545 // object pointed to is deleted when the last shared_ptr pointing to 746 // 2.2.3.8 shared_ptr specialized algorithms. 752 // 2.2.3.9 shared_ptr casts 754 * shared_ptr<_Tp, _Lp>(static_cast<_Tp*>(__r.get())) 764 * shared_ptr<_Tp, _Lp>(const_cast<_Tp*>(__r.get()) 992 class shared_ptr class in namespace:tr1 996 shared_ptr() function in class:tr1::shared_ptr 1001 shared_ptr(_Tp1* __p) function in class:tr1::shared_ptr 1005 shared_ptr(_Tp1* __p, _Deleter __d) function in class:tr1::shared_ptr 1009 shared_ptr(const shared_ptr<_Tp1>& __r) function in class:tr1::shared_ptr 1014 shared_ptr(const weak_ptr<_Tp1>& __r) function in class:tr1::shared_ptr 1020 shared_ptr(std::auto_ptr<_Tp1>& __r) function in class:tr1::shared_ptr 1025 shared_ptr(const shared_ptr<_Tp1>& __r, __static_cast_tag) function in class:tr1::shared_ptr 1029 shared_ptr(const shared_ptr<_Tp1>& __r, __const_cast_tag) function in class:tr1::shared_ptr 1033 shared_ptr(const shared_ptr<_Tp1>& __r, __dynamic_cast_tag) function in class:tr1::shared_ptr [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/ |
shared_ptr.h | 1 // <tr1/shared_ptr.h> -*- C++ -*- 29 // shared_ptr.hpp 45 /** @file tr1/shared_ptr.h 60 * @brief Exception possibly thrown by @c shared_ptr. 510 class shared_ptr; 545 // object pointed to is deleted when the last shared_ptr pointing to 746 // 2.2.3.8 shared_ptr specialized algorithms. 752 // 2.2.3.9 shared_ptr casts 754 * shared_ptr<_Tp, _Lp>(static_cast<_Tp*>(__r.get())) 764 * shared_ptr<_Tp, _Lp>(const_cast<_Tp*>(__r.get()) 992 class shared_ptr class in namespace:tr1 996 shared_ptr() function in class:tr1::shared_ptr 1001 shared_ptr(_Tp1* __p) function in class:tr1::shared_ptr 1005 shared_ptr(_Tp1* __p, _Deleter __d) function in class:tr1::shared_ptr 1009 shared_ptr(const shared_ptr<_Tp1>& __r) function in class:tr1::shared_ptr 1014 shared_ptr(const weak_ptr<_Tp1>& __r) function in class:tr1::shared_ptr 1020 shared_ptr(std::auto_ptr<_Tp1>& __r) function in class:tr1::shared_ptr 1025 shared_ptr(const shared_ptr<_Tp1>& __r, __static_cast_tag) function in class:tr1::shared_ptr 1029 shared_ptr(const shared_ptr<_Tp1>& __r, __const_cast_tag) function in class:tr1::shared_ptr 1033 shared_ptr(const shared_ptr<_Tp1>& __r, __dynamic_cast_tag) function in class:tr1::shared_ptr [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/ |
shared_ptr.h | 1 // <tr1/shared_ptr.h> -*- C++ -*- 28 // shared_ptr.hpp 44 /** @file tr1/shared_ptr.h 59 * @brief Exception possibly thrown by @c shared_ptr. 510 class shared_ptr; 545 // object pointed to is deleted when the last shared_ptr pointing to 746 // 2.2.3.8 shared_ptr specialized algorithms. 752 // 2.2.3.9 shared_ptr casts 754 * shared_ptr<_Tp, _Lp>(static_cast<_Tp*>(__r.get())) 764 * shared_ptr<_Tp, _Lp>(const_cast<_Tp*>(__r.get()) 992 class shared_ptr class in namespace:tr1 996 shared_ptr() function in class:tr1::shared_ptr 1001 shared_ptr(_Tp1* __p) function in class:tr1::shared_ptr 1005 shared_ptr(_Tp1* __p, _Deleter __d) function in class:tr1::shared_ptr 1009 shared_ptr(const shared_ptr<_Tp1>& __r) function in class:tr1::shared_ptr 1014 shared_ptr(const weak_ptr<_Tp1>& __r) function in class:tr1::shared_ptr 1020 shared_ptr(std::auto_ptr<_Tp1>& __r) function in class:tr1::shared_ptr 1025 shared_ptr(const shared_ptr<_Tp1>& __r, __static_cast_tag) function in class:tr1::shared_ptr 1029 shared_ptr(const shared_ptr<_Tp1>& __r, __const_cast_tag) function in class:tr1::shared_ptr 1033 shared_ptr(const shared_ptr<_Tp1>& __r, __dynamic_cast_tag) function in class:tr1::shared_ptr [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/ |
shared_ptr.h | 1 // <tr1/shared_ptr.h> -*- C++ -*- 29 // shared_ptr.hpp 45 /** @file tr1/shared_ptr.h 60 * @brief Exception possibly thrown by @c shared_ptr. 510 class shared_ptr; 545 // object pointed to is deleted when the last shared_ptr pointing to 746 // 2.2.3.8 shared_ptr specialized algorithms. 752 // 2.2.3.9 shared_ptr casts 754 * shared_ptr<_Tp, _Lp>(static_cast<_Tp*>(__r.get())) 764 * shared_ptr<_Tp, _Lp>(const_cast<_Tp*>(__r.get()) 992 class shared_ptr class in namespace:tr1 996 shared_ptr() function in class:tr1::shared_ptr 1001 shared_ptr(_Tp1* __p) function in class:tr1::shared_ptr 1005 shared_ptr(_Tp1* __p, _Deleter __d) function in class:tr1::shared_ptr 1009 shared_ptr(const shared_ptr<_Tp1>& __r) function in class:tr1::shared_ptr 1014 shared_ptr(const weak_ptr<_Tp1>& __r) function in class:tr1::shared_ptr 1020 shared_ptr(std::auto_ptr<_Tp1>& __r) function in class:tr1::shared_ptr 1025 shared_ptr(const shared_ptr<_Tp1>& __r, __static_cast_tag) function in class:tr1::shared_ptr 1029 shared_ptr(const shared_ptr<_Tp1>& __r, __const_cast_tag) function in class:tr1::shared_ptr 1033 shared_ptr(const shared_ptr<_Tp1>& __r, __dynamic_cast_tag) function in class:tr1::shared_ptr [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/tr1/ |
shared_ptr.h | 1 // <tr1/shared_ptr.h> -*- C++ -*- 28 // shared_ptr.hpp 44 /** @file tr1/shared_ptr.h 59 * @brief Exception possibly thrown by @c shared_ptr. 503 class shared_ptr; 538 // object pointed to is deleted when the last shared_ptr pointing to 739 // 2.2.3.8 shared_ptr specialized algorithms. 745 // 2.2.3.9 shared_ptr casts 747 * shared_ptr<_Tp, _Lp>(static_cast<_Tp*>(__r.get())) 757 * shared_ptr<_Tp, _Lp>(const_cast<_Tp*>(__r.get()) 985 class shared_ptr class in namespace:tr1 989 shared_ptr() function in class:tr1::shared_ptr 994 shared_ptr(_Tp1* __p) function in class:tr1::shared_ptr 998 shared_ptr(_Tp1* __p, _Deleter __d) function in class:tr1::shared_ptr 1002 shared_ptr(const shared_ptr<_Tp1>& __r) function in class:tr1::shared_ptr 1007 shared_ptr(const weak_ptr<_Tp1>& __r) function in class:tr1::shared_ptr 1013 shared_ptr(std::auto_ptr<_Tp1>& __r) function in class:tr1::shared_ptr 1018 shared_ptr(const shared_ptr<_Tp1>& __r, __static_cast_tag) function in class:tr1::shared_ptr 1022 shared_ptr(const shared_ptr<_Tp1>& __r, __const_cast_tag) function in class:tr1::shared_ptr 1026 shared_ptr(const shared_ptr<_Tp1>& __r, __dynamic_cast_tag) function in class:tr1::shared_ptr [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/ |
shared_ptr.h | 1 // <tr1/shared_ptr.h> -*- C++ -*- 28 // shared_ptr.hpp 44 /** @file tr1/shared_ptr.h 59 * @brief Exception possibly thrown by @c shared_ptr. 503 class shared_ptr; 538 // object pointed to is deleted when the last shared_ptr pointing to 739 // 2.2.3.8 shared_ptr specialized algorithms. 745 // 2.2.3.9 shared_ptr casts 747 * shared_ptr<_Tp, _Lp>(static_cast<_Tp*>(__r.get())) 757 * shared_ptr<_Tp, _Lp>(const_cast<_Tp*>(__r.get()) 985 class shared_ptr class in namespace:tr1 989 shared_ptr() function in class:tr1::shared_ptr 994 shared_ptr(_Tp1* __p) function in class:tr1::shared_ptr 998 shared_ptr(_Tp1* __p, _Deleter __d) function in class:tr1::shared_ptr 1002 shared_ptr(const shared_ptr<_Tp1>& __r) function in class:tr1::shared_ptr 1007 shared_ptr(const weak_ptr<_Tp1>& __r) function in class:tr1::shared_ptr 1013 shared_ptr(std::auto_ptr<_Tp1>& __r) function in class:tr1::shared_ptr 1018 shared_ptr(const shared_ptr<_Tp1>& __r, __static_cast_tag) function in class:tr1::shared_ptr 1022 shared_ptr(const shared_ptr<_Tp1>& __r, __const_cast_tag) function in class:tr1::shared_ptr 1026 shared_ptr(const shared_ptr<_Tp1>& __r, __dynamic_cast_tag) function in class:tr1::shared_ptr [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/ |
shared_ptr.h | 0 // shared_ptr and weak_ptr implementation -*- C++ -*- 28 // shared_ptr.hpp 44 /** @file bits/shared_ptr.h 517 class shared_ptr; 627 * This can be used to construct a @c shared_ptr to a sub-object 628 * of an object managed by an existing @c shared_ptr. 631 * shared_ptr< pair<int,int> > pii(new pair<int,int>()); 632 * shared_ptr<int> pi(pii, &pii->first); 886 // 20.8.13.2.7 shared_ptr comparisons 940 // 2.2.3.8 shared_ptr specialized algorithms 1224 class shared_ptr class in inherits:__shared_ptr 1228 shared_ptr() function in class:shared_ptr 1233 shared_ptr(_Tp1* __p) function in class:shared_ptr 1237 shared_ptr(_Tp1* __p, _Deleter __d) function in class:shared_ptr 1241 shared_ptr(_Tp1* __p, _Deleter __d, const _Alloc& __a) function in class:shared_ptr 1246 shared_ptr(const shared_ptr<_Tp1>& __r, _Tp* __p) function in class:shared_ptr 1250 shared_ptr(const shared_ptr<_Tp1>& __r) function in class:shared_ptr 1253 shared_ptr(shared_ptr&& __r) function in class:shared_ptr 1257 shared_ptr(shared_ptr<_Tp1>&& __r) function in class:shared_ptr 1262 shared_ptr(const weak_ptr<_Tp1>& __r) function in class:shared_ptr 1268 shared_ptr(std::auto_ptr<_Tp1>&& __r) function in class:shared_ptr 1278 shared_ptr(std::unique_ptr<_Tp1, _Del>&& __r) function in class:shared_ptr 1329 shared_ptr(_Sp_make_shared_tag __tag, _Alloc __a, _Args&&... __args) function in class:shared_ptr [all...] |
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/ |
get_pointer.hpp | 23 // get_pointer(shared_ptr<T> const & p) has been moved to shared_ptr.hpp
|
/external/clang/test/Analysis/ |
NewDelete-checker-test.cpp | 253 class shared_ptr { class in namespace:reference_count 258 shared_ptr() : p(0), control(0) {} function in class:reference_count::shared_ptr 259 explicit shared_ptr(T *p) : p(p), control(new control_block) { function in class:reference_count::shared_ptr 262 shared_ptr(shared_ptr &other) : p(other.p), control(other.control) { function in class:reference_count::shared_ptr 266 ~shared_ptr() { 277 void swap(shared_ptr &other) { 289 shared_ptr<int> a(new int); 294 shared_ptr<int> a(new int); 295 shared_ptr<int> b = a [all...] |
/external/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.obs/ |
owner_before_weak_ptr.pass.cpp | 12 // shared_ptr 21 const std::shared_ptr<int> p1(new int); 22 const std::shared_ptr<int> p2 = p1; 23 const std::shared_ptr<int> p3(new int);
|
op_bool.pass.cpp | 12 // shared_ptr 22 const std::shared_ptr<int> p(new int(32)); 26 const std::shared_ptr<int> p;
|
unique.pass.cpp | 12 // shared_ptr 21 const std::shared_ptr<int> p(new int(32)); 24 std::shared_ptr<int> p2 = p;
|
/external/libcxx/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.obs/ |
owner_before_shared_ptr.pass.cpp | 14 // template<class U> bool owner_before(const shared_ptr<U>& b); 21 const std::shared_ptr<int> p1(new int); 22 const std::shared_ptr<int> p2 = p1; 23 const std::shared_ptr<int> p3(new int);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.obs/ |
owner_before_weak_ptr.pass.cpp | 12 // shared_ptr 21 const std::shared_ptr<int> p1(new int); 22 const std::shared_ptr<int> p2 = p1; 23 const std::shared_ptr<int> p3(new int);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.obs/ |
owner_before_shared_ptr.pass.cpp | 14 // template<class U> bool owner_before(const shared_ptr<U>& b); 21 const std::shared_ptr<int> p1(new int); 22 const std::shared_ptr<int> p2 = p1; 23 const std::shared_ptr<int> p3(new int);
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/cla/ |
char_parameter.hpp | 69 inline shared_ptr<char_parameter_t<T> > 72 return shared_ptr<char_parameter_t<T> >( new char_parameter_t<T>( name ) ); 77 inline shared_ptr<char_parameter_t<cstring> > 80 return shared_ptr<char_parameter_t<cstring> >( new char_parameter_t<cstring>( name ) );
|
/external/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.io/ |
io.pass.cpp | 12 // shared_ptr 16 // operator<<(basic_ostream<CharT, Traits>& os, shared_ptr<Y> const& p); 24 std::shared_ptr<int> p(new int(3));
|
/external/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared.atomic/ |
atomic_is_lock_free.pass.cpp | 12 // shared_ptr 16 // atomic_is_lock_free(const shared_ptr<T>* p); 25 const std::shared_ptr<int> p(new int(3));
|