Searched refs:_Up (Results 1 - 25 of 155) sorted by relevance

1234567

/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
H A Dunique_ptr.h58 template<typename _Up, typename = typename
59 enable_if<is_convertible<_Up*, _Tp*>::value>::type>
60 default_delete(const default_delete<_Up>&) noexcept { }
78 template<typename _Up>
79 using __remove_cv = typename remove_cv<_Up>::type;
81 // Like is_base_of<_Tp, _Up> but false if unqualified types are the same
82 template<typename _Up>
84 = __and_< is_base_of<_Tp, _Up>,
85 __not_<is_same<__remove_cv<_Tp>, __remove_cv<_Up>>> >;
90 template<typename _Up, typenam
[all...]
H A Dptr_traits.h72 template<typename _Ptr, typename _Up>
86 static const bool __value = _S_chk<_Ptr, _Up>(nullptr);
89 template<typename _Ptr, typename _Up>
90 const bool __ptrtr_rebind_helper<_Ptr, _Up>::__value;
92 template<typename _Tp, typename _Up,
93 bool = __ptrtr_rebind_helper<_Tp, _Up>::__value>
96 template<typename _Tp, typename _Up>
97 struct __ptrtr_rebind<_Tp, _Up, true>
99 typedef typename _Tp::template rebind<_Up> __type;
102 template<template<typename, typename...> class _SomePtr, typename _Up,
[all...]
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
H A Dunique_ptr.h58 template<typename _Up, typename = typename
59 enable_if<is_convertible<_Up*, _Tp*>::value>::type>
60 default_delete(const default_delete<_Up>&) noexcept { }
78 template<typename _Up>
79 using __remove_cv = typename remove_cv<_Up>::type;
81 // Like is_base_of<_Tp, _Up> but false if unqualified types are the same
82 template<typename _Up>
84 = __and_< is_base_of<_Tp, _Up>,
85 __not_<is_same<__remove_cv<_Tp>, __remove_cv<_Up>>> >;
90 template<typename _Up, typenam
[all...]
H A Dptr_traits.h72 template<typename _Ptr, typename _Up>
86 static const bool __value = _S_chk<_Ptr, _Up>(nullptr);
89 template<typename _Ptr, typename _Up>
90 const bool __ptrtr_rebind_helper<_Ptr, _Up>::__value;
92 template<typename _Tp, typename _Up,
93 bool = __ptrtr_rebind_helper<_Tp, _Up>::__value>
96 template<typename _Tp, typename _Up>
97 struct __ptrtr_rebind<_Tp, _Up, true>
99 typedef typename _Tp::template rebind<_Up> __type;
102 template<template<typename, typename...> class _SomePtr, typename _Up,
[all...]
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
H A Dextptr_allocator.h71 template<typename _Up>
73 { typedef _ExtPtr_allocator<_Up> other; };
81 template<typename _Up>
82 _ExtPtr_allocator(const _ExtPtr_allocator<_Up>& __rarg)
105 template<typename _Up, typename... _Args>
107 construct(_Up* __p, _Args&&... __args)
108 { ::new((void *)__p) _Up(std::forward<_Args>(__args)...); }
115 template<typename _Up>
117 destroy(_Up* __p)
118 { __p->~_Up(); }
[all...]
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
H A Dextptr_allocator.h71 template<typename _Up>
73 { typedef _ExtPtr_allocator<_Up> other; };
81 template<typename _Up>
82 _ExtPtr_allocator(const _ExtPtr_allocator<_Up>& __rarg)
105 template<typename _Up, typename... _Args>
107 construct(_Up* __p, _Args&&... __args)
108 { ::new((void *)__p) _Up(std::forward<_Args>(__args)...); }
115 template<typename _Up>
117 destroy(_Up* __p)
118 { __p->~_Up(); }
[all...]
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/
H A Dextptr_allocator.h71 template<typename _Up>
73 { typedef _ExtPtr_allocator<_Up> other; };
81 template<typename _Up>
82 _ExtPtr_allocator(const _ExtPtr_allocator<_Up>& __rarg)
105 template<typename _Up, typename... _Args>
107 construct(_Up* __p, _Args&&... __args)
108 { ::new((void *)__p) _Up(std::forward<_Args>(__args)...); }
115 template<typename _Up>
117 destroy(_Up* __p)
118 { __p->~_Up(); }
[all...]
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/include/ext/
H A Dextptr_allocator.h71 template<typename _Up>
73 { typedef _ExtPtr_allocator<_Up> other; };
81 template<typename _Up>
82 _ExtPtr_allocator(const _ExtPtr_allocator<_Up>& __rarg)
105 template<typename _Up, typename... _Args>
107 construct(_Up* __p, _Args&&... __args)
108 { ::new((void *)__p) _Up(std::forward<_Args>(__args)...); }
115 template<typename _Up>
117 destroy(_Up* __p)
118 { __p->~_Up(); }
[all...]
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
H A Dextptr_allocator.h71 template<typename _Up>
73 { typedef _ExtPtr_allocator<_Up> other; };
81 template<typename _Up>
82 _ExtPtr_allocator(const _ExtPtr_allocator<_Up>& __rarg)
105 template<typename _Up, typename... _Args>
107 construct(_Up* __p, _Args&&... __args)
108 { ::new((void *)__p) _Up(std::forward<_Args>(__args)...); }
115 template<typename _Up>
117 destroy(_Up* __p)
118 { __p->~_Up(); }
[all...]
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/
H A Dextptr_allocator.h71 template<typename _Up>
73 { typedef _ExtPtr_allocator<_Up> other; };
81 template<typename _Up>
82 _ExtPtr_allocator(const _ExtPtr_allocator<_Up>& __rarg)
105 template<typename _Up, typename... _Args>
107 construct(_Up* __p, _Args&&... __args)
108 { ::new((void *)__p) _Up(std::forward<_Args>(__args)...); }
115 template<typename _Up>
117 destroy(_Up* __p)
118 { __p->~_Up(); }
[all...]
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/include/ext/
H A Dextptr_allocator.h71 template<typename _Up>
73 { typedef _ExtPtr_allocator<_Up> other; };
81 template<typename _Up>
82 _ExtPtr_allocator(const _ExtPtr_allocator<_Up>& __rarg)
105 template<typename _Up, typename... _Args>
107 construct(_Up* __p, _Args&&... __args)
108 { ::new((void *)__p) _Up(std::forward<_Args>(__args)...); }
115 template<typename _Up>
117 destroy(_Up* __p)
118 { __p->~_Up(); }
[all...]
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
H A Dptr_traits.h72 template<typename _Ptr, typename _Up>
86 static const bool __value = _S_chk<_Ptr, _Up>(nullptr);
89 template<typename _Ptr, typename _Up>
90 const bool __ptrtr_rebind_helper<_Ptr, _Up>::__value;
92 template<typename _Tp, typename _Up,
93 bool = __ptrtr_rebind_helper<_Tp, _Up>::__value>
96 template<typename _Tp, typename _Up>
97 struct __ptrtr_rebind<_Tp, _Up, true>
99 typedef typename _Tp::template rebind<_Up> __type;
102 template<template<typename, typename...> class _SomePtr, typename _Up,
[all...]
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
H A Dptr_traits.h72 template<typename _Ptr, typename _Up>
86 static const bool __value = _S_chk<_Ptr, _Up>(nullptr);
89 template<typename _Ptr, typename _Up>
90 const bool __ptrtr_rebind_helper<_Ptr, _Up>::__value;
92 template<typename _Tp, typename _Up,
93 bool = __ptrtr_rebind_helper<_Tp, _Up>::__value>
96 template<typename _Tp, typename _Up>
97 struct __ptrtr_rebind<_Tp, _Up, true>
99 typedef typename _Tp::template rebind<_Up> __type;
102 template<template<typename, typename...> class _SomePtr, typename _Up,
[all...]
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/include/bits/
H A Dptr_traits.h72 template<typename _Ptr, typename _Up>
86 static const bool __value = _S_chk<_Ptr, _Up>(nullptr);
89 template<typename _Ptr, typename _Up>
90 const bool __ptrtr_rebind_helper<_Ptr, _Up>::__value;
92 template<typename _Tp, typename _Up,
93 bool = __ptrtr_rebind_helper<_Tp, _Up>::__value>
96 template<typename _Tp, typename _Up>
97 struct __ptrtr_rebind<_Tp, _Up, true>
99 typedef typename _Tp::template rebind<_Up> __type;
102 template<template<typename, typename...> class _SomePtr, typename _Up,
[all...]
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
H A Dptr_traits.h72 template<typename _Ptr, typename _Up>
86 static const bool __value = _S_chk<_Ptr, _Up>(nullptr);
89 template<typename _Ptr, typename _Up>
90 const bool __ptrtr_rebind_helper<_Ptr, _Up>::__value;
92 template<typename _Tp, typename _Up,
93 bool = __ptrtr_rebind_helper<_Tp, _Up>::__value>
96 template<typename _Tp, typename _Up>
97 struct __ptrtr_rebind<_Tp, _Up, true>
99 typedef typename _Tp::template rebind<_Up> __type;
102 template<template<typename, typename...> class _SomePtr, typename _Up,
[all...]
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/include/bits/
H A Dptr_traits.h72 template<typename _Ptr, typename _Up>
86 static const bool __value = _S_chk<_Ptr, _Up>(nullptr);
89 template<typename _Ptr, typename _Up>
90 const bool __ptrtr_rebind_helper<_Ptr, _Up>::__value;
92 template<typename _Tp, typename _Up,
93 bool = __ptrtr_rebind_helper<_Tp, _Up>::__value>
96 template<typename _Tp, typename _Up>
97 struct __ptrtr_rebind<_Tp, _Up, true>
99 typedef typename _Tp::template rebind<_Up> __type;
102 template<template<typename, typename...> class _SomePtr, typename _Up,
[all...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
H A Dunique_ptr.h56 template<typename _Up>
57 default_delete(const default_delete<_Up>&) { }
123 template<typename _Up, typename _Up_Deleter>
124 unique_ptr(unique_ptr<_Up, _Up_Deleter>&& __u)
140 template<typename _Up, typename _Up_Deleter>
142 operator=(unique_ptr<_Up, _Up_Deleter>&& __u)
216 template<typename _Up, typename _Up_Deleter>
217 unique_ptr(const unique_ptr<_Up, _Up_Deleter>&) = delete;
221 template<typename _Up, typename _Up_Deleter>
222 unique_ptr& operator=(const unique_ptr<_Up, _Up_Delete
350 void reset(_Up) = delete; member in class:unique_ptr
[all...]
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
H A Dunique_ptr.h56 template<typename _Up>
57 default_delete(const default_delete<_Up>&) { }
123 template<typename _Up, typename _Up_Deleter>
124 unique_ptr(unique_ptr<_Up, _Up_Deleter>&& __u)
140 template<typename _Up, typename _Up_Deleter>
142 operator=(unique_ptr<_Up, _Up_Deleter>&& __u)
216 template<typename _Up, typename _Up_Deleter>
217 unique_ptr(const unique_ptr<_Up, _Up_Deleter>&) = delete;
221 template<typename _Up, typename _Up_Deleter>
222 unique_ptr& operator=(const unique_ptr<_Up, _Up_Delete
350 void reset(_Up) = delete; member in class:unique_ptr
[all...]
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
H A Dunique_ptr.h56 template<typename _Up>
57 default_delete(const default_delete<_Up>&) { }
123 template<typename _Up, typename _Up_Deleter>
124 unique_ptr(unique_ptr<_Up, _Up_Deleter>&& __u)
140 template<typename _Up, typename _Up_Deleter>
142 operator=(unique_ptr<_Up, _Up_Deleter>&& __u)
216 template<typename _Up, typename _Up_Deleter>
217 unique_ptr(const unique_ptr<_Up, _Up_Deleter>&) = delete;
221 template<typename _Up, typename _Up_Deleter>
222 unique_ptr& operator=(const unique_ptr<_Up, _Up_Delete
350 void reset(_Up) = delete; member in class:unique_ptr
[all...]
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
H A Dunique_ptr.h56 template<typename _Up>
57 default_delete(const default_delete<_Up>&) { }
123 template<typename _Up, typename _Up_Deleter>
124 unique_ptr(unique_ptr<_Up, _Up_Deleter>&& __u)
140 template<typename _Up, typename _Up_Deleter>
142 operator=(unique_ptr<_Up, _Up_Deleter>&& __u)
216 template<typename _Up, typename _Up_Deleter>
217 unique_ptr(const unique_ptr<_Up, _Up_Deleter>&) = delete;
221 template<typename _Up, typename _Up_Deleter>
222 unique_ptr& operator=(const unique_ptr<_Up, _Up_Delete
350 void reset(_Up) = delete; member in class:unique_ptr
[all...]
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
H A Dunique_ptr.h56 template<typename _Up>
57 default_delete(const default_delete<_Up>&) { }
123 template<typename _Up, typename _Up_Deleter>
124 unique_ptr(unique_ptr<_Up, _Up_Deleter>&& __u)
140 template<typename _Up, typename _Up_Deleter>
142 operator=(unique_ptr<_Up, _Up_Deleter>&& __u)
216 template<typename _Up, typename _Up_Deleter>
217 unique_ptr(const unique_ptr<_Up, _Up_Deleter>&) = delete;
221 template<typename _Up, typename _Up_Deleter>
222 unique_ptr& operator=(const unique_ptr<_Up, _Up_Delete
350 void reset(_Up) = delete; member in class:unique_ptr
[all...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
H A Dextptr_allocator.h67 template<typename _Up>
69 { typedef _ExtPtr_allocator<_Up> other; };
77 template<typename _Up>
78 _ExtPtr_allocator(const _ExtPtr_allocator<_Up>& __rarg) throw()
112 template<typename _Up>
114 operator==(const _ExtPtr_allocator<_Up>& __rarg)
121 template<typename _Up>
123 operator!=(const _ExtPtr_allocator<_Up>& __rarg)
130 template<typename _Up>
132 swap(_ExtPtr_allocator<_Up>
[all...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/
H A Dextptr_allocator.h71 template<typename _Up>
73 { typedef _ExtPtr_allocator<_Up> other; };
81 template<typename _Up>
82 _ExtPtr_allocator(const _ExtPtr_allocator<_Up>& __rarg) throw()
116 template<typename _Up>
118 operator==(const _ExtPtr_allocator<_Up>& __rarg)
125 template<typename _Up>
127 operator!=(const _ExtPtr_allocator<_Up>& __rarg)
134 template<typename _Up>
136 swap(_ExtPtr_allocator<_Up>
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/
H A Dextptr_allocator.h71 template<typename _Up>
73 { typedef _ExtPtr_allocator<_Up> other; };
81 template<typename _Up>
82 _ExtPtr_allocator(const _ExtPtr_allocator<_Up>& __rarg) throw()
116 template<typename _Up>
118 operator==(const _ExtPtr_allocator<_Up>& __rarg)
125 template<typename _Up>
127 operator!=(const _ExtPtr_allocator<_Up>& __rarg)
134 template<typename _Up>
136 swap(_ExtPtr_allocator<_Up>
[all...]
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/
H A Dextptr_allocator.h67 template<typename _Up>
69 { typedef _ExtPtr_allocator<_Up> other; };
77 template<typename _Up>
78 _ExtPtr_allocator(const _ExtPtr_allocator<_Up>& __rarg) throw()
112 template<typename _Up>
114 operator==(const _ExtPtr_allocator<_Up>& __rarg)
121 template<typename _Up>
123 operator!=(const _ExtPtr_allocator<_Up>& __rarg)
130 template<typename _Up>
132 swap(_ExtPtr_allocator<_Up>
[all...]

Completed in 558 milliseconds

1234567