HomeSort by relevance Sort by last modified time
    Searched full:__shared_ptr (Results 26 - 49 of 49) sorted by null

12

  /prebuilts/ndk/9/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...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/bits/
shared_ptr.h 67 const __shared_ptr<_Tp, _Lp>& __p)
76 get_deleter(const __shared_ptr<_Tp, _Lp>& __p)
93 class shared_ptr : public __shared_ptr<_Tp>
101 : __shared_ptr<_Tp>() { }
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)) {
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
shared_ptr.h 67 const __shared_ptr<_Tp, _Lp>& __p)
76 get_deleter(const __shared_ptr<_Tp, _Lp>& __p)
93 class shared_ptr : public __shared_ptr<_Tp>
101 : __shared_ptr<_Tp>() { }
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)) {
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
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
267 : __shared_ptr<_Tp>(__p) { } function in class:shared_ptr
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
shared_ptr.h 67 const __shared_ptr<_Tp, _Lp>& __p)
76 get_deleter(const __shared_ptr<_Tp, _Lp>& __p)
93 class shared_ptr : public __shared_ptr<_Tp>
101 : __shared_ptr<_Tp>() { }
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)) {
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
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
267 : __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/bits/
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.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/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
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-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/9/sources/cxx-stl/gnu-libstdc++/4.8/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/ndk/9/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.6/x86_64-linux/lib32/
libstdc++.so 
libstdc++.so.6 
libstdc++.so.6.0.16 
  /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.11-4.8/x86_64-linux/lib64/
libstdc++.a     [all...]
  /prebuilts/sdk/tools/linux/
aapt 

Completed in 1382 milliseconds

12