/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
H A D | ptr_traits.h | 72 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; 121 template<typename _Ptr> 124 typedef typename __ptrtr_elt_type<_Ptr>::__type __orig_type; 128 static _Ptr pointer_to(__element_type& __e) 129 { return _Ptr::pointer_to(__e); } 136 template<typename _Ptr> 137 struct pointer_traits : __ptrtr_pointer_to<_Ptr> [all...] |
H A D | stl_deque.h | 106 template<typename _Tp, typename _Ref, typename _Ptr> 117 typedef _Ptr pointer; 246 template<typename _Tp, typename _Ref, typename _Ptr> 248 operator==(const _Deque_iterator<_Tp, _Ref, _Ptr>& __x, 249 const _Deque_iterator<_Tp, _Ref, _Ptr>& __y) 259 template<typename _Tp, typename _Ref, typename _Ptr> 261 operator!=(const _Deque_iterator<_Tp, _Ref, _Ptr>& __x, 262 const _Deque_iterator<_Tp, _Ref, _Ptr>& __y) 272 template<typename _Tp, typename _Ref, typename _Ptr> 274 operator<(const _Deque_iterator<_Tp, _Ref, _Ptr> [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
H A D | ptr_traits.h | 72 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; 121 template<typename _Ptr> 124 typedef typename __ptrtr_elt_type<_Ptr>::__type __orig_type; 128 static _Ptr pointer_to(__element_type& __e) 129 { return _Ptr::pointer_to(__e); } 136 template<typename _Ptr> 137 struct pointer_traits : __ptrtr_pointer_to<_Ptr> [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/ |
H A D | ptr_traits.h | 72 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; 121 template<typename _Ptr> 124 typedef typename __ptrtr_elt_type<_Ptr>::__type __orig_type; 128 static _Ptr pointer_to(__element_type& __e) 129 { return _Ptr::pointer_to(__e); } 136 template<typename _Ptr> 137 struct pointer_traits : __ptrtr_pointer_to<_Ptr> [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/include/bits/ |
H A D | ptr_traits.h | 72 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; 121 template<typename _Ptr> 124 typedef typename __ptrtr_elt_type<_Ptr>::__type __orig_type; 128 static _Ptr pointer_to(__element_type& __e) 129 { return _Ptr::pointer_to(__e); } 136 template<typename _Ptr> 137 struct pointer_traits : __ptrtr_pointer_to<_Ptr> [all...] |
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
H A D | ptr_traits.h | 72 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; 121 template<typename _Ptr> 124 typedef typename __ptrtr_elt_type<_Ptr>::__type __orig_type; 128 static _Ptr pointer_to(__element_type& __e) 129 { return _Ptr::pointer_to(__e); } 136 template<typename _Ptr> 137 struct pointer_traits : __ptrtr_pointer_to<_Ptr> [all...] |
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/ |
H A D | ptr_traits.h | 72 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; 121 template<typename _Ptr> 124 typedef typename __ptrtr_elt_type<_Ptr>::__type __orig_type; 128 static _Ptr pointer_to(__element_type& __e) 129 { return _Ptr::pointer_to(__e); } 136 template<typename _Ptr> 137 struct pointer_traits : __ptrtr_pointer_to<_Ptr> [all...] |
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/include/bits/ |
H A D | ptr_traits.h | 72 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; 121 template<typename _Ptr> 124 typedef typename __ptrtr_elt_type<_Ptr>::__type __orig_type; 128 static _Ptr pointer_to(__element_type& __e) 129 { return _Ptr::pointer_to(__e); } 136 template<typename _Ptr> 137 struct pointer_traits : __ptrtr_pointer_to<_Ptr> [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/ |
H A D | alloc_traits.h | 131 template<typename _Ptr> 133 : std::integral_constant<bool, std::is_same<pointer, _Ptr>::value 134 && !std::is_pointer<_Ptr>::value> 139 template<typename _Ptr, typename... _Args> 140 static typename std::enable_if<__is_custom_pointer<_Ptr>::value>::type 141 construct(_Alloc& __a, _Ptr __p, _Args&&... __args) 148 template<typename _Ptr> 149 static typename std::enable_if<__is_custom_pointer<_Ptr>::value>::type 150 destroy(_Alloc& __a, _Ptr __p)
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/ |
H A D | alloc_traits.h | 131 template<typename _Ptr> 133 : std::integral_constant<bool, std::is_same<pointer, _Ptr>::value 134 && !std::is_pointer<_Ptr>::value> 139 template<typename _Ptr, typename... _Args> 140 static typename std::enable_if<__is_custom_pointer<_Ptr>::value>::type 141 construct(_Alloc& __a, _Ptr __p, _Args&&... __args) 148 template<typename _Ptr> 149 static typename std::enable_if<__is_custom_pointer<_Ptr>::value>::type 150 destroy(_Alloc& __a, _Ptr __p)
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/ |
H A D | alloc_traits.h | 144 template<typename _Ptr> 146 : std::integral_constant<bool, std::is_same<pointer, _Ptr>::value 147 && !std::is_pointer<_Ptr>::value> 152 template<typename _Ptr, typename... _Args> 153 static typename std::enable_if<__is_custom_pointer<_Ptr>::value>::type 154 construct(_Alloc& __a, _Ptr __p, _Args&&... __args) 161 template<typename _Ptr> 162 static typename std::enable_if<__is_custom_pointer<_Ptr>::value>::type 163 destroy(_Alloc& __a, _Ptr __p)
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/include/ext/ |
H A D | alloc_traits.h | 131 template<typename _Ptr> 133 : std::integral_constant<bool, std::is_same<pointer, _Ptr>::value 134 && !std::is_pointer<_Ptr>::value> 139 template<typename _Ptr, typename... _Args> 140 static typename std::enable_if<__is_custom_pointer<_Ptr>::value>::type 141 construct(_Alloc& __a, _Ptr __p, _Args&&... __args) 148 template<typename _Ptr> 149 static typename std::enable_if<__is_custom_pointer<_Ptr>::value>::type 150 destroy(_Alloc& __a, _Ptr __p)
|
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/ |
H A D | alloc_traits.h | 131 template<typename _Ptr> 133 : std::integral_constant<bool, std::is_same<pointer, _Ptr>::value 134 && !std::is_pointer<_Ptr>::value> 139 template<typename _Ptr, typename... _Args> 140 static typename std::enable_if<__is_custom_pointer<_Ptr>::value>::type 141 construct(_Alloc& __a, _Ptr __p, _Args&&... __args) 148 template<typename _Ptr> 149 static typename std::enable_if<__is_custom_pointer<_Ptr>::value>::type 150 destroy(_Alloc& __a, _Ptr __p)
|
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/ |
H A D | alloc_traits.h | 144 template<typename _Ptr> 146 : std::integral_constant<bool, std::is_same<pointer, _Ptr>::value 147 && !std::is_pointer<_Ptr>::value> 152 template<typename _Ptr, typename... _Args> 153 static typename std::enable_if<__is_custom_pointer<_Ptr>::value>::type 154 construct(_Alloc& __a, _Ptr __p, _Args&&... __args) 161 template<typename _Ptr> 162 static typename std::enable_if<__is_custom_pointer<_Ptr>::value>::type 163 destroy(_Alloc& __a, _Ptr __p)
|
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/include/ext/ |
H A D | alloc_traits.h | 131 template<typename _Ptr> 133 : std::integral_constant<bool, std::is_same<pointer, _Ptr>::value 134 && !std::is_pointer<_Ptr>::value> 139 template<typename _Ptr, typename... _Args> 140 static typename std::enable_if<__is_custom_pointer<_Ptr>::value>::type 141 construct(_Alloc& __a, _Ptr __p, _Args&&... __args) 148 template<typename _Ptr> 149 static typename std::enable_if<__is_custom_pointer<_Ptr>::value>::type 150 destroy(_Alloc& __a, _Ptr __p)
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/ |
H A D | stl_deque.h | 93 template<typename _Tp, typename _Ref, typename _Ptr> 104 typedef _Ptr pointer; 233 template<typename _Tp, typename _Ref, typename _Ptr> 235 operator==(const _Deque_iterator<_Tp, _Ref, _Ptr>& __x, 236 const _Deque_iterator<_Tp, _Ref, _Ptr>& __y) 246 template<typename _Tp, typename _Ref, typename _Ptr> 248 operator!=(const _Deque_iterator<_Tp, _Ref, _Ptr>& __x, 249 const _Deque_iterator<_Tp, _Ref, _Ptr>& __y) 259 template<typename _Tp, typename _Ref, typename _Ptr> 261 operator<(const _Deque_iterator<_Tp, _Ref, _Ptr> [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/ |
H A D | stl_deque.h | 104 template<typename _Tp, typename _Ref, typename _Ptr> 115 typedef _Ptr pointer; 244 template<typename _Tp, typename _Ref, typename _Ptr> 246 operator==(const _Deque_iterator<_Tp, _Ref, _Ptr>& __x, 247 const _Deque_iterator<_Tp, _Ref, _Ptr>& __y) 257 template<typename _Tp, typename _Ref, typename _Ptr> 259 operator!=(const _Deque_iterator<_Tp, _Ref, _Ptr>& __x, 260 const _Deque_iterator<_Tp, _Ref, _Ptr>& __y) 270 template<typename _Tp, typename _Ref, typename _Ptr> 272 operator<(const _Deque_iterator<_Tp, _Ref, _Ptr> [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/ |
H A D | stl_deque.h | 104 template<typename _Tp, typename _Ref, typename _Ptr> 115 typedef _Ptr pointer; 244 template<typename _Tp, typename _Ref, typename _Ptr> 246 operator==(const _Deque_iterator<_Tp, _Ref, _Ptr>& __x, 247 const _Deque_iterator<_Tp, _Ref, _Ptr>& __y) 257 template<typename _Tp, typename _Ref, typename _Ptr> 259 operator!=(const _Deque_iterator<_Tp, _Ref, _Ptr>& __x, 260 const _Deque_iterator<_Tp, _Ref, _Ptr>& __y) 270 template<typename _Tp, typename _Ref, typename _Ptr> 272 operator<(const _Deque_iterator<_Tp, _Ref, _Ptr> [all...] |
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/ |
H A D | stl_deque.h | 93 template<typename _Tp, typename _Ref, typename _Ptr> 104 typedef _Ptr pointer; 233 template<typename _Tp, typename _Ref, typename _Ptr> 235 operator==(const _Deque_iterator<_Tp, _Ref, _Ptr>& __x, 236 const _Deque_iterator<_Tp, _Ref, _Ptr>& __y) 246 template<typename _Tp, typename _Ref, typename _Ptr> 248 operator!=(const _Deque_iterator<_Tp, _Ref, _Ptr>& __x, 249 const _Deque_iterator<_Tp, _Ref, _Ptr>& __y) 259 template<typename _Tp, typename _Ref, typename _Ptr> 261 operator<(const _Deque_iterator<_Tp, _Ref, _Ptr> [all...] |
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/ |
H A D | stl_deque.h | 93 template<typename _Tp, typename _Ref, typename _Ptr> 104 typedef _Ptr pointer; 233 template<typename _Tp, typename _Ref, typename _Ptr> 235 operator==(const _Deque_iterator<_Tp, _Ref, _Ptr>& __x, 236 const _Deque_iterator<_Tp, _Ref, _Ptr>& __y) 246 template<typename _Tp, typename _Ref, typename _Ptr> 248 operator!=(const _Deque_iterator<_Tp, _Ref, _Ptr>& __x, 249 const _Deque_iterator<_Tp, _Ref, _Ptr>& __y) 259 template<typename _Tp, typename _Ref, typename _Ptr> 261 operator<(const _Deque_iterator<_Tp, _Ref, _Ptr> [all...] |
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/ |
H A D | stl_deque.h | 93 template<typename _Tp, typename _Ref, typename _Ptr> 104 typedef _Ptr pointer; 233 template<typename _Tp, typename _Ref, typename _Ptr> 235 operator==(const _Deque_iterator<_Tp, _Ref, _Ptr>& __x, 236 const _Deque_iterator<_Tp, _Ref, _Ptr>& __y) 246 template<typename _Tp, typename _Ref, typename _Ptr> 248 operator!=(const _Deque_iterator<_Tp, _Ref, _Ptr>& __x, 249 const _Deque_iterator<_Tp, _Ref, _Ptr>& __y) 259 template<typename _Tp, typename _Ref, typename _Ptr> 261 operator<(const _Deque_iterator<_Tp, _Ref, _Ptr> [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/ |
H A D | stl_deque.h | 93 template<typename _Tp, typename _Ref, typename _Ptr> 104 typedef _Ptr pointer; 233 template<typename _Tp, typename _Ref, typename _Ptr> 235 operator==(const _Deque_iterator<_Tp, _Ref, _Ptr>& __x, 236 const _Deque_iterator<_Tp, _Ref, _Ptr>& __y) 246 template<typename _Tp, typename _Ref, typename _Ptr> 248 operator!=(const _Deque_iterator<_Tp, _Ref, _Ptr>& __x, 249 const _Deque_iterator<_Tp, _Ref, _Ptr>& __y) 259 template<typename _Tp, typename _Ref, typename _Ptr> 261 operator<(const _Deque_iterator<_Tp, _Ref, _Ptr> [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
H A D | stl_deque.h | 104 template<typename _Tp, typename _Ref, typename _Ptr> 115 typedef _Ptr pointer; 244 template<typename _Tp, typename _Ref, typename _Ptr> 246 operator==(const _Deque_iterator<_Tp, _Ref, _Ptr>& __x, 247 const _Deque_iterator<_Tp, _Ref, _Ptr>& __y) 257 template<typename _Tp, typename _Ref, typename _Ptr> 259 operator!=(const _Deque_iterator<_Tp, _Ref, _Ptr>& __x, 260 const _Deque_iterator<_Tp, _Ref, _Ptr>& __y) 270 template<typename _Tp, typename _Ref, typename _Ptr> 272 operator<(const _Deque_iterator<_Tp, _Ref, _Ptr> [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/include/bits/ |
H A D | stl_deque.h | 104 template<typename _Tp, typename _Ref, typename _Ptr> 115 typedef _Ptr pointer; 244 template<typename _Tp, typename _Ref, typename _Ptr> 246 operator==(const _Deque_iterator<_Tp, _Ref, _Ptr>& __x, 247 const _Deque_iterator<_Tp, _Ref, _Ptr>& __y) 257 template<typename _Tp, typename _Ref, typename _Ptr> 259 operator!=(const _Deque_iterator<_Tp, _Ref, _Ptr>& __x, 260 const _Deque_iterator<_Tp, _Ref, _Ptr>& __y) 270 template<typename _Tp, typename _Ref, typename _Ptr> 272 operator<(const _Deque_iterator<_Tp, _Ref, _Ptr> [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
H A D | stl_deque.h | 104 template<typename _Tp, typename _Ref, typename _Ptr> 115 typedef _Ptr pointer; 244 template<typename _Tp, typename _Ref, typename _Ptr> 246 operator==(const _Deque_iterator<_Tp, _Ref, _Ptr>& __x, 247 const _Deque_iterator<_Tp, _Ref, _Ptr>& __y) 257 template<typename _Tp, typename _Ref, typename _Ptr> 259 operator!=(const _Deque_iterator<_Tp, _Ref, _Ptr>& __x, 260 const _Deque_iterator<_Tp, _Ref, _Ptr>& __y) 270 template<typename _Tp, typename _Ref, typename _Ptr> 272 operator<(const _Deque_iterator<_Tp, _Ref, _Ptr> [all...] |