HomeSort by relevance Sort by last modified time
    Searched full:__shared_ptr (Results 1 - 25 of 27) sorted by null

1 2

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
shared_ptr_base.h 252 class __shared_ptr;
420 // Sneaky trick so __shared_ptr can get the managed pointer
728 class __shared_ptr class
733 constexpr __shared_ptr() noexcept
738 explicit __shared_ptr(_Tp1* __p) function in class:__shared_ptr
747 __shared_ptr(_Tp1* __p, _Deleter __d) function in class:__shared_ptr
756 __shared_ptr(_Tp1* __p, _Deleter __d, _Alloc __a) function in class:__shared_ptr
765 __shared_ptr(nullptr_t __p, _Deleter __d) function in class:__shared_ptr
770 __shared_ptr(nullptr_t __p, _Deleter __d, _Alloc __a) function in class:__shared_ptr
775 __shared_ptr(const __shared_ptr<_Tp1, _Lp>& __r, _Tp* __p) noexcep
806 explicit __shared_ptr(const __weak_ptr<_Tp1, _Lp>& __r) function in class:__shared_ptr
818 __shared_ptr(std::unique_ptr<_Tp1, _Del>&& __r) function in class:__shared_ptr
954 __shared_ptr(_Sp_make_shared_tag __tag, const _Alloc& __a, function in class:__shared_ptr
979 __shared_ptr(_Sp_make_shared_tag __tag, const _Alloc& __a, function in class:__shared_ptr
    [all...]
shared_ptr.h 67 const __shared_ptr<_Tp, _Lp>& __p)
76 get_deleter(const __shared_ptr<_Tp, _Lp>& __p) noexcept
93 class shared_ptr : public __shared_ptr<_Tp>
101 : __shared_ptr<_Tp>() { } function in class:shared_ptr
113 : __shared_ptr<_Tp>(__p) { }
126 * __shared_ptr will release __p by calling __d(__p)
130 : __shared_ptr<_Tp>(__p, __d) { }
147 : __shared_ptr<_Tp>(__p, __d) { }
162 * __shared_ptr will release __p by calling __d(__p)
166 : __shared_ptr<_Tp>(__p, __d, std::move(__a)) {
207 : __shared_ptr<_Tp>(__r, __p) { } function in class:shared_ptr
219 : __shared_ptr<_Tp>(__r) { } function in class:shared_ptr
266 : __shared_ptr<_Tp>(__p) { } function in class:shared_ptr
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
shared_ptr_base.h 252 class __shared_ptr;
420 // Sneaky trick so __shared_ptr can get the managed pointer
728 class __shared_ptr class
733 constexpr __shared_ptr() noexcept
738 explicit __shared_ptr(_Tp1* __p) function in class:__shared_ptr
747 __shared_ptr(_Tp1* __p, _Deleter __d) function in class:__shared_ptr
756 __shared_ptr(_Tp1* __p, _Deleter __d, _Alloc __a) function in class:__shared_ptr
765 __shared_ptr(nullptr_t __p, _Deleter __d) function in class:__shared_ptr
770 __shared_ptr(nullptr_t __p, _Deleter __d, _Alloc __a) function in class:__shared_ptr
775 __shared_ptr(const __shared_ptr<_Tp1, _Lp>& __r, _Tp* __p) noexcep
806 explicit __shared_ptr(const __weak_ptr<_Tp1, _Lp>& __r) function in class:__shared_ptr
818 __shared_ptr(std::unique_ptr<_Tp1, _Del>&& __r) function in class:__shared_ptr
954 __shared_ptr(_Sp_make_shared_tag __tag, const _Alloc& __a, function in class:__shared_ptr
979 __shared_ptr(_Sp_make_shared_tag __tag, const _Alloc& __a, function in class:__shared_ptr
    [all...]
shared_ptr.h 67 const __shared_ptr<_Tp, _Lp>& __p)
76 get_deleter(const __shared_ptr<_Tp, _Lp>& __p) noexcept
93 class shared_ptr : public __shared_ptr<_Tp>
101 : __shared_ptr<_Tp>() { } function in class:shared_ptr
113 : __shared_ptr<_Tp>(__p) { }
126 * __shared_ptr will release __p by calling __d(__p)
130 : __shared_ptr<_Tp>(__p, __d) { }
147 : __shared_ptr<_Tp>(__p, __d) { }
162 * __shared_ptr will release __p by calling __d(__p)
166 : __shared_ptr<_Tp>(__p, __d, std::move(__a)) {
207 : __shared_ptr<_Tp>(__r, __p) { } function in class:shared_ptr
219 : __shared_ptr<_Tp>(__r) { } function in class:shared_ptr
266 : __shared_ptr<_Tp>(__p) { } function in class:shared_ptr
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
shared_ptr_base.h 252 class __shared_ptr;
420 // Sneaky trick so __shared_ptr can get the managed pointer
728 class __shared_ptr class
733 constexpr __shared_ptr() noexcept
738 explicit __shared_ptr(_Tp1* __p) function in class:__shared_ptr
747 __shared_ptr(_Tp1* __p, _Deleter __d) function in class:__shared_ptr
756 __shared_ptr(_Tp1* __p, _Deleter __d, _Alloc __a) function in class:__shared_ptr
765 __shared_ptr(nullptr_t __p, _Deleter __d) function in class:__shared_ptr
770 __shared_ptr(nullptr_t __p, _Deleter __d, _Alloc __a) function in class:__shared_ptr
775 __shared_ptr(const __shared_ptr<_Tp1, _Lp>& __r, _Tp* __p) noexcep
806 explicit __shared_ptr(const __weak_ptr<_Tp1, _Lp>& __r) function in class:__shared_ptr
818 __shared_ptr(std::unique_ptr<_Tp1, _Del>&& __r) function in class:__shared_ptr
954 __shared_ptr(_Sp_make_shared_tag __tag, const _Alloc& __a, function in class:__shared_ptr
979 __shared_ptr(_Sp_make_shared_tag __tag, const _Alloc& __a, function in class:__shared_ptr
    [all...]
shared_ptr.h 67 const __shared_ptr<_Tp, _Lp>& __p)
76 get_deleter(const __shared_ptr<_Tp, _Lp>& __p) noexcept
93 class shared_ptr : public __shared_ptr<_Tp>
101 : __shared_ptr<_Tp>() { } function in class:shared_ptr
113 : __shared_ptr<_Tp>(__p) { }
126 * __shared_ptr will release __p by calling __d(__p)
130 : __shared_ptr<_Tp>(__p, __d) { }
147 : __shared_ptr<_Tp>(__p, __d) { }
162 * __shared_ptr will release __p by calling __d(__p)
166 : __shared_ptr<_Tp>(__p, __d, std::move(__a)) {
207 : __shared_ptr<_Tp>(__r, __p) { } function in class:shared_ptr
219 : __shared_ptr<_Tp>(__r) { } function in class:shared_ptr
266 : __shared_ptr<_Tp>(__p) { } function in class: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 494 class __shared_ptr;
541 class __shared_ptr class in namespace:tr1
546 __shared_ptr() function in class:tr1::__shared_ptr
552 __shared_ptr(_Tp1* __p) function in class:tr1::__shared_ptr
561 __shared_ptr(_Tp1* __p, _Deleter __d) function in class:tr1::__shared_ptr
572 __shared_ptr(const __shared_ptr<_Tp1, _Lp>& __r) function in class:tr1::__shared_ptr
578 __shared_ptr(const __weak_ptr<_Tp1, _Lp>& __r) function in class:tr1::__shared_ptr
591 __shared_ptr(std::auto_ptr<_Tp1>& __r) function in class:tr1::__shared_ptr
604 __shared_ptr(const __shared_ptr<_Tp1, _Lp>& __r, __static_cast_tag function in class:tr1::__shared_ptr
610 __shared_ptr(const __shared_ptr<_Tp1, _Lp>& __r, __const_cast_tag) function in class:tr1::__shared_ptr
616 __shared_ptr(const __shared_ptr<_Tp1, _Lp>& __r, __dynamic_cast_tag) function in class:tr1::__shared_ptr
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/tr1/
shared_ptr.h 494 class __shared_ptr;
541 class __shared_ptr class in namespace:tr1
546 __shared_ptr() function in class:tr1::__shared_ptr
552 __shared_ptr(_Tp1* __p) function in class:tr1::__shared_ptr
561 __shared_ptr(_Tp1* __p, _Deleter __d) function in class:tr1::__shared_ptr
572 __shared_ptr(const __shared_ptr<_Tp1, _Lp>& __r) function in class:tr1::__shared_ptr
578 __shared_ptr(const __weak_ptr<_Tp1, _Lp>& __r) function in class:tr1::__shared_ptr
591 __shared_ptr(std::auto_ptr<_Tp1>& __r) function in class:tr1::__shared_ptr
604 __shared_ptr(const __shared_ptr<_Tp1, _Lp>& __r, __static_cast_tag function in class:tr1::__shared_ptr
610 __shared_ptr(const __shared_ptr<_Tp1, _Lp>& __r, __const_cast_tag) function in class:tr1::__shared_ptr
616 __shared_ptr(const __shared_ptr<_Tp1, _Lp>& __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 494 class __shared_ptr;
541 class __shared_ptr class in namespace:tr1
546 __shared_ptr() function in class:tr1::__shared_ptr
552 __shared_ptr(_Tp1* __p) function in class:tr1::__shared_ptr
561 __shared_ptr(_Tp1* __p, _Deleter __d) function in class:tr1::__shared_ptr
572 __shared_ptr(const __shared_ptr<_Tp1, _Lp>& __r) function in class:tr1::__shared_ptr
578 __shared_ptr(const __weak_ptr<_Tp1, _Lp>& __r) function in class:tr1::__shared_ptr
591 __shared_ptr(std::auto_ptr<_Tp1>& __r) function in class:tr1::__shared_ptr
604 __shared_ptr(const __shared_ptr<_Tp1, _Lp>& __r, __static_cast_tag function in class:tr1::__shared_ptr
610 __shared_ptr(const __shared_ptr<_Tp1, _Lp>& __r, __const_cast_tag) function in class:tr1::__shared_ptr
616 __shared_ptr(const __shared_ptr<_Tp1, _Lp>& __r, __dynamic_cast_tag) function in class:tr1::__shared_ptr
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/
shared_ptr.h 494 class __shared_ptr;
541 class __shared_ptr class in namespace:tr1
546 __shared_ptr() function in class:tr1::__shared_ptr
552 __shared_ptr(_Tp1* __p) function in class:tr1::__shared_ptr
561 __shared_ptr(_Tp1* __p, _Deleter __d) function in class:tr1::__shared_ptr
572 __shared_ptr(const __shared_ptr<_Tp1, _Lp>& __r) function in class:tr1::__shared_ptr
578 __shared_ptr(const __weak_ptr<_Tp1, _Lp>& __r) function in class:tr1::__shared_ptr
591 __shared_ptr(std::auto_ptr<_Tp1>& __r) function in class:tr1::__shared_ptr
604 __shared_ptr(const __shared_ptr<_Tp1, _Lp>& __r, __static_cast_tag function in class:tr1::__shared_ptr
610 __shared_ptr(const __shared_ptr<_Tp1, _Lp>& __r, __const_cast_tag) function in class:tr1::__shared_ptr
616 __shared_ptr(const __shared_ptr<_Tp1, _Lp>& __r, __dynamic_cast_tag) function in class:tr1::__shared_ptr
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
shared_ptr_base.h 335 class __shared_ptr;
538 // Sneaky trick so __shared_ptr can get the managed pointer
860 class __shared_ptr class
865 constexpr __shared_ptr() noexcept
870 explicit __shared_ptr(_Tp1* __p) function in class:__shared_ptr
880 __shared_ptr(_Tp1* __p, _Deleter __d) function in class:__shared_ptr
889 __shared_ptr(_Tp1* __p, _Deleter __d, _Alloc __a) function in class:__shared_ptr
898 __shared_ptr(nullptr_t __p, _Deleter __d) function in class:__shared_ptr
903 __shared_ptr(nullptr_t __p, _Deleter __d, _Alloc __a) function in class:__shared_ptr
908 __shared_ptr(const __shared_ptr<_Tp1, _Lp>& __r, _Tp* __p) noexcep
939 explicit __shared_ptr(const __weak_ptr<_Tp1, _Lp>& __r) function in class:__shared_ptr
951 __shared_ptr(std::unique_ptr<_Tp1, _Del>&& __r) function in class:__shared_ptr
1087 __shared_ptr(_Sp_make_shared_tag __tag, const _Alloc& __a, function in class:__shared_ptr
1112 __shared_ptr(_Sp_make_shared_tag __tag, const _Alloc& __a, function in class:__shared_ptr
1145 __shared_ptr(const __weak_ptr<_Tp, _Lp>& __r, std::nothrow_t) function in class:__shared_ptr
    [all...]
shared_ptr.h 67 const __shared_ptr<_Tp, _Lp>& __p)
76 get_deleter(const __shared_ptr<_Tp, _Lp>& __p) noexcept
93 class shared_ptr : public __shared_ptr<_Tp>
101 : __shared_ptr<_Tp>() { } function in class:shared_ptr
113 : __shared_ptr<_Tp>(__p) { }
126 * __shared_ptr will release __p by calling __d(__p)
130 : __shared_ptr<_Tp>(__p, __d) { }
147 : __shared_ptr<_Tp>(__p, __d) { }
162 * __shared_ptr will release __p by calling __d(__p)
166 : __shared_ptr<_Tp>(__p, __d, std::move(__a)) {
207 : __shared_ptr<_Tp>(__r, __p) { } function in class:shared_ptr
219 : __shared_ptr<_Tp>(__r) { } function in class:shared_ptr
266 : __shared_ptr<_Tp>(__p) { } function in class:shared_ptr
    [all...]
  /external/clang/www/
libstdc++4.4-clang0x.patch 68 - swap(__shared_ptr<_Tp, _Lp>&& __other) // never throws
69 + swap(__shared_ptr<_Tp, _Lp>& __other) // never throws
74 swap(__shared_ptr<_Tp, _Lp>& __a, __shared_ptr<_Tp, _Lp>& __b)
79 - swap(__shared_ptr<_Tp, _Lp>&& __a, __shared_ptr<_Tp, _Lp>& __b)
84 - swap(__shared_ptr<_Tp, _Lp>& __a, __shared_ptr<_Tp, _Lp>&& __b)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/backward/
auto_ptr.h 303 __shared_ptr<_Tp, _Lp>::__shared_ptr(std::auto_ptr<_Tp1>&& __r) function in class:__shared_ptr
317 : __shared_ptr<_Tp>(std::move(__r)) { }
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/backward/
auto_ptr.h 303 __shared_ptr<_Tp, _Lp>::__shared_ptr(std::auto_ptr<_Tp1>&& __r) function in class:__shared_ptr
317 : __shared_ptr<_Tp>(std::move(__r)) { }
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/backward/
auto_ptr.h 303 __shared_ptr<_Tp, _Lp>::__shared_ptr(std::auto_ptr<_Tp1>&& __r) function in class:__shared_ptr
317 : __shared_ptr<_Tp>(std::move(__r)) { }
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/backward/
auto_ptr.h 303 __shared_ptr<_Tp, _Lp>::__shared_ptr(std::auto_ptr<_Tp1>&& __r) function in class:__shared_ptr
317 : __shared_ptr<_Tp>(std::move(__r)) { }
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/lib32/
libstdc++.so 
libstdc++.so.6 
libstdc++.so.6.0.18 
libstdc++.a     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/lib32/
libstdc++.so 
libstdc++.so.6 
libstdc++.so.6.0.19 
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/lib64/
libstdc++.a     [all...]

Completed in 354 milliseconds

1 2