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

12

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/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/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/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/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/lib/
libstdc++.so 
libstdc++.so.6 
libstdc++.so.6.0.13 
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/lib/
libstdc++.so 
libstdc++.so.6 
libstdc++.so.6.0.16 

Completed in 546 milliseconds

12