Searched refs:_Alloc2 (Results 1 - 20 of 20) sorted by relevance

/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
H A Dalloc_traits.h46 template<typename _Alloc2, typename _Tp2>
48 _S_chk(typename _Alloc2::template rebind<_Tp2>::other*)
207 template<typename _Alloc2>
223 template<typename _Alloc2>
225 enable_if<__allocate_helper<_Alloc2>::value, pointer>::type
226 _S_allocate(_Alloc2& __a, size_type __n, const_void_pointer __hint)
229 template<typename _Alloc2>
231 enable_if<!__allocate_helper<_Alloc2>::value, pointer>::type
232 _S_allocate(_Alloc2& __a, size_type __n, ...)
238 template<typename _Alloc2,
[all...]
H A Dshared_ptr_base.h983 typedef typename _Alloc::template rebind<_Tp>::other _Alloc2; typedef
984 _Deleter<_Alloc2> __del = { _Alloc2(__a) };
985 typedef allocator_traits<_Alloc2> __traits;
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
H A Dalloc_traits.h46 template<typename _Alloc2, typename _Tp2>
48 _S_chk(typename _Alloc2::template rebind<_Tp2>::other*)
207 template<typename _Alloc2>
223 template<typename _Alloc2>
225 enable_if<__allocate_helper<_Alloc2>::value, pointer>::type
226 _S_allocate(_Alloc2& __a, size_type __n, const_void_pointer __hint)
229 template<typename _Alloc2>
231 enable_if<!__allocate_helper<_Alloc2>::value, pointer>::type
232 _S_allocate(_Alloc2& __a, size_type __n, ...)
238 template<typename _Alloc2,
[all...]
H A Dshared_ptr_base.h983 typedef typename _Alloc::template rebind<_Tp>::other _Alloc2; typedef
984 _Deleter<_Alloc2> __del = { _Alloc2(__a) };
985 typedef allocator_traits<_Alloc2> __traits;
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/c++/4.8.3/bits/
H A Dalloc_traits.h46 template<typename _Alloc2, typename _Tp2>
48 _S_chk(typename _Alloc2::template rebind<_Tp2>::other*)
207 template<typename _Alloc2>
223 template<typename _Alloc2>
225 enable_if<__allocate_helper<_Alloc2>::value, pointer>::type
226 _S_allocate(_Alloc2& __a, size_type __n, const_void_pointer __hint)
229 template<typename _Alloc2>
231 enable_if<!__allocate_helper<_Alloc2>::value, pointer>::type
232 _S_allocate(_Alloc2& __a, size_type __n, ...)
238 template<typename _Alloc2,
[all...]
H A Dshared_ptr_base.h983 typedef typename _Alloc::template rebind<_Tp>::other _Alloc2; typedef
984 _Deleter<_Alloc2> __del = { _Alloc2(__a) };
985 typedef allocator_traits<_Alloc2> __traits;
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
H A Dalloc_traits.h46 template<typename _Alloc2, typename _Tp2>
48 _S_chk(typename _Alloc2::template rebind<_Tp2>::other*)
207 template<typename _Alloc2>
223 template<typename _Alloc2>
225 enable_if<__allocate_helper<_Alloc2>::value, pointer>::type
226 _S_allocate(_Alloc2& __a, size_type __n, const_void_pointer __hint)
229 template<typename _Alloc2>
231 enable_if<!__allocate_helper<_Alloc2>::value, pointer>::type
232 _S_allocate(_Alloc2& __a, size_type __n, ...)
238 template<typename _Alloc2,
[all...]
H A Dshared_ptr_base.h983 typedef typename _Alloc::template rebind<_Tp>::other _Alloc2; typedef
984 _Deleter<_Alloc2> __del = { _Alloc2(__a) };
985 typedef allocator_traits<_Alloc2> __traits;
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
H A Dalloc_traits.h46 template<typename _Alloc2, typename _Tp2>
48 _S_chk(typename _Alloc2::template rebind<_Tp2>::other*);
202 template<typename _Alloc2>
217 template<typename _Alloc2>
218 using __has_allocate = typename __allocate_helper<_Alloc2>::type;
220 template<typename _Alloc2,
221 typename = _Require<__has_allocate<_Alloc2>>>
223 _S_allocate(_Alloc2& __a, size_type __n, const_void_pointer __hint)
226 template<typename _Alloc2, typename _UnusedHint,
227 typename = _Require<__not_<__has_allocate<_Alloc2>>>>
[all...]
H A Dshared_ptr_base.h1116 typedef typename _Alloc::template rebind<_Tp>::other _Alloc2; typedef
1117 _Deleter<_Alloc2> __del = { _Alloc2(__a) };
1118 typedef allocator_traits<_Alloc2> __traits;
/prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
H A Dalloc_traits.h46 template<typename _Alloc2, typename _Tp2>
48 _S_chk(typename _Alloc2::template rebind<_Tp2>::other*);
202 template<typename _Alloc2>
217 template<typename _Alloc2>
218 using __has_allocate = typename __allocate_helper<_Alloc2>::type;
220 template<typename _Alloc2,
221 typename = _Require<__has_allocate<_Alloc2>>>
223 _S_allocate(_Alloc2& __a, size_type __n, const_void_pointer __hint)
226 template<typename _Alloc2, typename _UnusedHint,
227 typename = _Require<__not_<__has_allocate<_Alloc2>>>>
[all...]
H A Dshared_ptr_base.h1116 typedef typename _Alloc::template rebind<_Tp>::other _Alloc2; typedef
1117 _Deleter<_Alloc2> __del = { _Alloc2(__a) };
1118 typedef allocator_traits<_Alloc2> __traits;
/prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
H A Dalloc_traits.h46 template<typename _Alloc2, typename _Tp2>
48 _S_chk(typename _Alloc2::template rebind<_Tp2>::other*);
202 template<typename _Alloc2>
217 template<typename _Alloc2>
218 using __has_allocate = typename __allocate_helper<_Alloc2>::type;
220 template<typename _Alloc2,
221 typename = _Require<__has_allocate<_Alloc2>>>
223 _S_allocate(_Alloc2& __a, size_type __n, const_void_pointer __hint)
226 template<typename _Alloc2, typename _UnusedHint,
227 typename = _Require<__not_<__has_allocate<_Alloc2>>>>
[all...]
H A Dshared_ptr_base.h1116 typedef typename _Alloc::template rebind<_Tp>::other _Alloc2; typedef
1117 _Deleter<_Alloc2> __del = { _Alloc2(__a) };
1118 typedef allocator_traits<_Alloc2> __traits;
/prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
H A Dalloc_traits.h46 template<typename _Alloc2, typename _Tp2>
48 _S_chk(typename _Alloc2::template rebind<_Tp2>::other*);
202 template<typename _Alloc2>
217 template<typename _Alloc2>
218 using __has_allocate = typename __allocate_helper<_Alloc2>::type;
220 template<typename _Alloc2,
221 typename = _Require<__has_allocate<_Alloc2>>>
223 _S_allocate(_Alloc2& __a, size_type __n, const_void_pointer __hint)
226 template<typename _Alloc2, typename _UnusedHint,
227 typename = _Require<__not_<__has_allocate<_Alloc2>>>>
[all...]
H A Dshared_ptr_base.h1116 typedef typename _Alloc::template rebind<_Tp>::other _Alloc2; typedef
1117 _Deleter<_Alloc2> __del = { _Alloc2(__a) };
1118 typedef allocator_traits<_Alloc2> __traits;
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
H A Ddebug_allocator.h93 template<typename _Alloc2,
94 typename = typename _Alloc2::template rebind<value_type>::other>
98 template<typename _Alloc2>
99 struct __convertible<_Alloc2, _Alloc>
113 template<typename _Alloc2>
114 debug_allocator(const debug_allocator<_Alloc2>& __a2,
115 typename __convertible<_Alloc2>::__type = 0)
/prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
H A Ddebug_allocator.h93 template<typename _Alloc2,
94 typename = typename _Alloc2::template rebind<value_type>::other>
98 template<typename _Alloc2>
99 struct __convertible<_Alloc2, _Alloc>
113 template<typename _Alloc2>
114 debug_allocator(const debug_allocator<_Alloc2>& __a2,
115 typename __convertible<_Alloc2>::__type = 0)
/prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
H A Ddebug_allocator.h93 template<typename _Alloc2,
94 typename = typename _Alloc2::template rebind<value_type>::other>
98 template<typename _Alloc2>
99 struct __convertible<_Alloc2, _Alloc>
113 template<typename _Alloc2>
114 debug_allocator(const debug_allocator<_Alloc2>& __a2,
115 typename __convertible<_Alloc2>::__type = 0)
/prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
H A Ddebug_allocator.h93 template<typename _Alloc2,
94 typename = typename _Alloc2::template rebind<value_type>::other>
98 template<typename _Alloc2>
99 struct __convertible<_Alloc2, _Alloc>
113 template<typename _Alloc2>
114 debug_allocator(const debug_allocator<_Alloc2>& __a2,
115 typename __convertible<_Alloc2>::__type = 0)

Completed in 7149 milliseconds