/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/ |
unique_ptr.h | 103 unique_ptr(pointer __p) 104 : _M_t(__p, deleter_type()) 108 unique_ptr(pointer __p, 111 : _M_t(__p, __d) { } 113 unique_ptr(pointer __p, 115 : _M_t(std::move(__p), std::move(__d)) 191 pointer __p = get(); local 193 return __p; 197 reset(pointer __p = pointer()) 199 if (__p != get() 333 pointer __p = get(); local [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/ |
shared_ptr.h | 67 const __shared_ptr<_Tp, _Lp>& __p) 69 __os << __p.get(); 76 get_deleter(const __shared_ptr<_Tp, _Lp>& __p) 79 return static_cast<_Del*>(__p._M_get_deleter(typeid(_Del))); 106 * @brief Construct a %shared_ptr that owns the pointer @a __p. 107 * @param __p A pointer that is convertible to element_type*. 108 * @post use_count() == 1 && get() == __p 109 * @throw std::bad_alloc, in which case @c delete @a __p is called. 112 explicit shared_ptr(_Tp1* __p) 113 : __shared_ptr<_Tp>(__p) { } [all...] |
/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) 69 __os << __p.get(); 76 get_deleter(const __shared_ptr<_Tp, _Lp>& __p) 79 return static_cast<_Del*>(__p._M_get_deleter(typeid(_Del))); 106 * @brief Construct a %shared_ptr that owns the pointer @a __p. 107 * @param __p A pointer that is convertible to element_type*. 108 * @post use_count() == 1 && get() == __p 109 * @throw std::bad_alloc, in which case @c delete @a __p is called. 112 explicit shared_ptr(_Tp1* __p) 113 : __shared_ptr<_Tp>(__p) { } [all...] |
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/ |
unique_ptr.h | 103 unique_ptr(pointer __p) 104 : _M_t(__p, deleter_type()) 108 unique_ptr(pointer __p, 111 : _M_t(__p, __d) { } 113 unique_ptr(pointer __p, 115 : _M_t(std::move(__p), std::move(__d)) 191 pointer __p = get(); local 193 return __p; 197 reset(pointer __p = pointer()) 199 if (__p != get() 333 pointer __p = get(); local [all...] |
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/ |
unique_ptr.h | 103 unique_ptr(pointer __p) 104 : _M_t(__p, deleter_type()) 108 unique_ptr(pointer __p, 111 : _M_t(__p, __d) { } 113 unique_ptr(pointer __p, 115 : _M_t(std::move(__p), std::move(__d)) 191 pointer __p = get(); local 193 return __p; 197 reset(pointer __p = pointer()) 199 if (__p != get() 333 pointer __p = get(); local [all...] |
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/ |
unique_ptr.h | 103 unique_ptr(pointer __p) 104 : _M_t(__p, deleter_type()) 108 unique_ptr(pointer __p, 111 : _M_t(__p, __d) { } 113 unique_ptr(pointer __p, 115 : _M_t(std::move(__p), std::move(__d)) 191 pointer __p = get(); local 193 return __p; 197 reset(pointer __p = pointer()) 199 if (__p != get() 333 pointer __p = get(); local [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/ |
unique_ptr.h | 103 unique_ptr(pointer __p) 104 : _M_t(__p, deleter_type()) 108 unique_ptr(pointer __p, 111 : _M_t(__p, __d) { } 113 unique_ptr(pointer __p, 115 : _M_t(std::move(__p), std::move(__d)) 191 pointer __p = get(); local 193 return __p; 197 reset(pointer __p = pointer()) 199 if (__p != get() 333 pointer __p = get(); local [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
shared_ptr.h | 67 const __shared_ptr<_Tp, _Lp>& __p) 69 __os << __p.get(); 76 get_deleter(const __shared_ptr<_Tp, _Lp>& __p) 79 return static_cast<_Del*>(__p._M_get_deleter(typeid(_Del))); 106 * @brief Construct a %shared_ptr that owns the pointer @a __p. 107 * @param __p A pointer that is convertible to element_type*. 108 * @post use_count() == 1 && get() == __p 109 * @throw std::bad_alloc, in which case @c delete @a __p is called. 112 explicit shared_ptr(_Tp1* __p) 113 : __shared_ptr<_Tp>(__p) { } [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
shared_ptr.h | 67 const __shared_ptr<_Tp, _Lp>& __p) 69 __os << __p.get(); 76 get_deleter(const __shared_ptr<_Tp, _Lp>& __p) noexcept 79 return static_cast<_Del*>(__p._M_get_deleter(typeid(_Del))); 106 * @brief Construct a %shared_ptr that owns the pointer @a __p. 107 * @param __p A pointer that is convertible to element_type*. 108 * @post use_count() == 1 && get() == __p 109 * @throw std::bad_alloc, in which case @c delete @a __p is called. 112 explicit shared_ptr(_Tp1* __p) 113 : __shared_ptr<_Tp>(__p) { } [all...] |
stl_construct.h | 76 _Construct(_T1* __p, _Args&&... __args) 77 { ::new(static_cast<void*>(__p)) _T1(std::forward<_Args>(__args)...); } 81 _Construct(_T1* __p, const _T2& __value) 85 ::new(static_cast<void*>(__p)) _T1(__value);
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
shared_ptr.h | 67 const __shared_ptr<_Tp, _Lp>& __p) 69 __os << __p.get(); 76 get_deleter(const __shared_ptr<_Tp, _Lp>& __p) 79 return static_cast<_Del*>(__p._M_get_deleter(typeid(_Del))); 106 * @brief Construct a %shared_ptr that owns the pointer @a __p. 107 * @param __p A pointer that is convertible to element_type*. 108 * @post use_count() == 1 && get() == __p 109 * @throw std::bad_alloc, in which case @c delete @a __p is called. 112 explicit shared_ptr(_Tp1* __p) 113 : __shared_ptr<_Tp>(__p) { } [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
shared_ptr.h | 67 const __shared_ptr<_Tp, _Lp>& __p) 69 __os << __p.get(); 76 get_deleter(const __shared_ptr<_Tp, _Lp>& __p) noexcept 79 return static_cast<_Del*>(__p._M_get_deleter(typeid(_Del))); 106 * @brief Construct a %shared_ptr that owns the pointer @a __p. 107 * @param __p A pointer that is convertible to element_type*. 108 * @post use_count() == 1 && get() == __p 109 * @throw std::bad_alloc, in which case @c delete @a __p is called. 112 explicit shared_ptr(_Tp1* __p) 113 : __shared_ptr<_Tp>(__p) { } [all...] |
stl_construct.h | 76 _Construct(_T1* __p, _Args&&... __args) 77 { ::new(static_cast<void*>(__p)) _T1(std::forward<_Args>(__args)...); } 81 _Construct(_T1* __p, const _T2& __value) 85 ::new(static_cast<void*>(__p)) _T1(__value);
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/ |
shared_ptr.h | 67 const __shared_ptr<_Tp, _Lp>& __p) 69 __os << __p.get(); 76 get_deleter(const __shared_ptr<_Tp, _Lp>& __p) noexcept 79 return static_cast<_Del*>(__p._M_get_deleter(typeid(_Del))); 106 * @brief Construct a %shared_ptr that owns the pointer @a __p. 107 * @param __p A pointer that is convertible to element_type*. 108 * @post use_count() == 1 && get() == __p 109 * @throw std::bad_alloc, in which case @c delete @a __p is called. 112 explicit shared_ptr(_Tp1* __p) 113 : __shared_ptr<_Tp>(__p) { } [all...] |
stl_construct.h | 74 _Construct(_T1* __p, _Args&&... __args) 75 { ::new(static_cast<void*>(__p)) _T1(std::forward<_Args>(__args)...); } 79 _Construct(_T1* __p, const _T2& __value) 83 ::new(static_cast<void*>(__p)) _T1(__value);
|
/external/stlport/stlport/stl/ |
_new.h | 132 inline void _STLP_CALL __stl_delete(void* __p) { ::operator delete(__p, __FILE__, __LINE__); } 135 inline void _STLP_CALL __stl_delete(void* __p) { ::operator delete(__p); }
|
_function_adaptors.h | 71 _Result operator ()(_Tp* __p) const { return (__p->*_M_f)(); } 84 _Result operator ()(_Tp* __p, _Arg __x) const { return (__p->*_M_f)(__x); } 97 _Result operator ()(const _Tp* __p) const { return (__p->*_M_f)(); } 110 _Result operator ()(const _Tp* __p, _Arg __x) const { 111 return (__p->*_M_f)(__x); } 124 _Result operator ()(_Tp& __p) const { return (__p.*_M_f)(); [all...] |
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_new.h | 132 inline void _STLP_CALL __stl_delete(void* __p) { ::operator delete(__p, __FILE__, __LINE__); } 135 inline void _STLP_CALL __stl_delete(void* __p) { ::operator delete(__p); }
|
_function_adaptors.h | 71 _Result operator ()(_Tp* __p) const { return (__p->*_M_f)(); } 84 _Result operator ()(_Tp* __p, _Arg __x) const { return (__p->*_M_f)(__x); } 97 _Result operator ()(const _Tp* __p) const { return (__p->*_M_f)(); } 110 _Result operator ()(const _Tp* __p, _Arg __x) const { 111 return (__p->*_M_f)(__x); } 124 _Result operator ()(_Tp& __p) const { return (__p.*_M_f)(); [all...] |
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/ |
_new.h | 132 inline void _STLP_CALL __stl_delete(void* __p) { ::operator delete(__p, __FILE__, __LINE__); } 135 inline void _STLP_CALL __stl_delete(void* __p) { ::operator delete(__p); }
|
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/ |
_new.h | 132 inline void _STLP_CALL __stl_delete(void* __p) { ::operator delete(__p, __FILE__, __LINE__); } 135 inline void _STLP_CALL __stl_delete(void* __p) { ::operator delete(__p); }
|
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/ |
_new.h | 132 inline void _STLP_CALL __stl_delete(void* __p) { ::operator delete(__p, __FILE__, __LINE__); } 135 inline void _STLP_CALL __stl_delete(void* __p) { ::operator delete(__p); }
|
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/ |
_new.h | 132 inline void _STLP_CALL __stl_delete(void* __p) { ::operator delete(__p, __FILE__, __LINE__); } 135 inline void _STLP_CALL __stl_delete(void* __p) { ::operator delete(__p); }
|
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/ |
_new.h | 132 inline void _STLP_CALL __stl_delete(void* __p) { ::operator delete(__p, __FILE__, __LINE__); } 135 inline void _STLP_CALL __stl_delete(void* __p) { ::operator delete(__p); }
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/ |
debug_allocator.h | 105 deallocate(pointer __p, size_type __n) 107 if (__p) 109 pointer __real_p = __p - _M_extra;
|