Searched defs:_Alloc (Results 1 - 25 of 72) sorted by relevance

123

/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
H A Dallocator.h159 template<typename _Alloc, bool = __is_empty(_Alloc)>
161 { static void _S_do_it(_Alloc&, _Alloc&) { } };
163 template<typename _Alloc>
164 struct __alloc_swap<_Alloc, false>
167 _S_do_it(_Alloc& __one, _Alloc& __two)
176 template<typename _Alloc, bool = __is_empty(_Alloc)>
180 _S_do_it(const _Alloc&, const _Alloc&) argument
[all...]
H A Dalloc_traits.h43 template<typename _Alloc, typename _Tp>
57 static const bool __value = _S_chk<_Alloc, _Tp>(nullptr);
60 template<typename _Alloc, typename _Tp>
61 const bool __alloctr_rebind_helper<_Alloc, _Tp>::__value;
63 template<typename _Alloc, typename _Tp,
64 bool = __alloctr_rebind_helper<_Alloc, _Tp>::__value>
67 template<typename _Alloc, typename _Tp>
68 struct __alloctr_rebind<_Alloc, _Tp, true>
70 typedef typename _Alloc::template rebind<_Tp>::other __type;
73 template<template<typename, typename...> class _Alloc, typenam
459 __do_alloc_on_copy(_Alloc&, const _Alloc&, false_type) argument
[all...]
H A Dforward_list.h274 template<typename _Tp, typename _Alloc>
278 typedef typename __gnu_cxx::__alloc_traits<_Alloc> _Alloc_traits;
388 * @tparam _Alloc Allocator type, defaults to allocator<_Tp>.
407 template<typename _Tp, typename _Alloc = allocator<_Tp> >
408 class forward_list : private _Fwd_list_base<_Tp, _Alloc>
411 typedef _Fwd_list_base<_Tp, _Alloc> _Base;
431 typedef _Alloc allocator_type;
440 forward_list(const _Alloc& __al = _Alloc()) argument
449 forward_list(const forward_list& __list, const _Alloc
471 forward_list(size_type __n, const _Alloc& __al = _Alloc()) argument
484 forward_list(size_type __n, const _Tp& __value, const _Alloc& __al = _Alloc()) argument
501 forward_list(_InputIterator __first, _InputIterator __last, const _Alloc& __al = _Alloc()) argument
536 forward_list(std::initializer_list<_Tp> __il, const _Alloc& __al = _Alloc()) argument
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
H A Dallocator.h159 template<typename _Alloc, bool = __is_empty(_Alloc)>
161 { static void _S_do_it(_Alloc&, _Alloc&) { } };
163 template<typename _Alloc>
164 struct __alloc_swap<_Alloc, false>
167 _S_do_it(_Alloc& __one, _Alloc& __two)
176 template<typename _Alloc, bool = __is_empty(_Alloc)>
180 _S_do_it(const _Alloc&, const _Alloc&) argument
[all...]
H A Dalloc_traits.h43 template<typename _Alloc, typename _Tp>
57 static const bool __value = _S_chk<_Alloc, _Tp>(nullptr);
60 template<typename _Alloc, typename _Tp>
61 const bool __alloctr_rebind_helper<_Alloc, _Tp>::__value;
63 template<typename _Alloc, typename _Tp,
64 bool = __alloctr_rebind_helper<_Alloc, _Tp>::__value>
67 template<typename _Alloc, typename _Tp>
68 struct __alloctr_rebind<_Alloc, _Tp, true>
70 typedef typename _Alloc::template rebind<_Tp>::other __type;
73 template<template<typename, typename...> class _Alloc, typenam
459 __do_alloc_on_copy(_Alloc&, const _Alloc&, false_type) argument
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/c++/4.8.3/bits/
H A Dallocator.h159 template<typename _Alloc, bool = __is_empty(_Alloc)>
161 { static void _S_do_it(_Alloc&, _Alloc&) { } };
163 template<typename _Alloc>
164 struct __alloc_swap<_Alloc, false>
167 _S_do_it(_Alloc& __one, _Alloc& __two)
176 template<typename _Alloc, bool = __is_empty(_Alloc)>
180 _S_do_it(const _Alloc&, const _Alloc&) argument
[all...]
H A Dalloc_traits.h43 template<typename _Alloc, typename _Tp>
57 static const bool __value = _S_chk<_Alloc, _Tp>(nullptr);
60 template<typename _Alloc, typename _Tp>
61 const bool __alloctr_rebind_helper<_Alloc, _Tp>::__value;
63 template<typename _Alloc, typename _Tp,
64 bool = __alloctr_rebind_helper<_Alloc, _Tp>::__value>
67 template<typename _Alloc, typename _Tp>
68 struct __alloctr_rebind<_Alloc, _Tp, true>
70 typedef typename _Alloc::template rebind<_Tp>::other __type;
73 template<template<typename, typename...> class _Alloc, typenam
459 __do_alloc_on_copy(_Alloc&, const _Alloc&, false_type) argument
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
H A Dallocator.h159 template<typename _Alloc, bool = __is_empty(_Alloc)>
161 { static void _S_do_it(_Alloc&, _Alloc&) { } };
163 template<typename _Alloc>
164 struct __alloc_swap<_Alloc, false>
167 _S_do_it(_Alloc& __one, _Alloc& __two)
176 template<typename _Alloc, bool = __is_empty(_Alloc)>
180 _S_do_it(const _Alloc&, const _Alloc&) argument
[all...]
H A Dalloc_traits.h43 template<typename _Alloc, typename _Tp>
57 static const bool __value = _S_chk<_Alloc, _Tp>(nullptr);
60 template<typename _Alloc, typename _Tp>
61 const bool __alloctr_rebind_helper<_Alloc, _Tp>::__value;
63 template<typename _Alloc, typename _Tp,
64 bool = __alloctr_rebind_helper<_Alloc, _Tp>::__value>
67 template<typename _Alloc, typename _Tp>
68 struct __alloctr_rebind<_Alloc, _Tp, true>
70 typedef typename _Alloc::template rebind<_Tp>::other __type;
73 template<template<typename, typename...> class _Alloc, typenam
459 __do_alloc_on_copy(_Alloc&, const _Alloc&, false_type) argument
[all...]
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
H A Dallocator.h159 template<typename _Alloc, bool = __is_empty(_Alloc)>
161 { static void _S_do_it(_Alloc&, _Alloc&) _GLIBCXX_NOEXCEPT { } };
163 template<typename _Alloc>
164 struct __alloc_swap<_Alloc, false>
167 _S_do_it(_Alloc& __one, _Alloc& __two) _GLIBCXX_NOEXCEPT
176 template<typename _Alloc, bool = __is_empty(_Alloc)>
180 _S_do_it(const _Alloc&, const _Alloc&) argument
[all...]
H A Dalloc_traits.h43 template<typename _Alloc, typename _Tp>
55 using __type = decltype(_S_chk<_Alloc, _Tp>(nullptr));
58 template<typename _Alloc, typename _Tp,
59 bool = __alloctr_rebind_helper<_Alloc, _Tp>::__type::value>
62 template<typename _Alloc, typename _Tp>
63 struct __alloctr_rebind<_Alloc, _Tp, true>
65 typedef typename _Alloc::template rebind<_Tp>::other __type;
68 template<template<typename, typename...> class _Alloc, typename _Tp,
70 struct __alloctr_rebind<_Alloc<_Up, _Args...>, _Tp, false>
72 typedef _Alloc<_T
444 __do_alloc_on_copy(_Alloc&, const _Alloc&, false_type) argument
[all...]
/prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
H A Dallocator.h159 template<typename _Alloc, bool = __is_empty(_Alloc)>
161 { static void _S_do_it(_Alloc&, _Alloc&) _GLIBCXX_NOEXCEPT { } };
163 template<typename _Alloc>
164 struct __alloc_swap<_Alloc, false>
167 _S_do_it(_Alloc& __one, _Alloc& __two) _GLIBCXX_NOEXCEPT
176 template<typename _Alloc, bool = __is_empty(_Alloc)>
180 _S_do_it(const _Alloc&, const _Alloc&) argument
[all...]
H A Dalloc_traits.h43 template<typename _Alloc, typename _Tp>
55 using __type = decltype(_S_chk<_Alloc, _Tp>(nullptr));
58 template<typename _Alloc, typename _Tp,
59 bool = __alloctr_rebind_helper<_Alloc, _Tp>::__type::value>
62 template<typename _Alloc, typename _Tp>
63 struct __alloctr_rebind<_Alloc, _Tp, true>
65 typedef typename _Alloc::template rebind<_Tp>::other __type;
68 template<template<typename, typename...> class _Alloc, typename _Tp,
70 struct __alloctr_rebind<_Alloc<_Up, _Args...>, _Tp, false>
72 typedef _Alloc<_T
444 __do_alloc_on_copy(_Alloc&, const _Alloc&, false_type) argument
[all...]
/prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
H A Dallocator.h159 template<typename _Alloc, bool = __is_empty(_Alloc)>
161 { static void _S_do_it(_Alloc&, _Alloc&) _GLIBCXX_NOEXCEPT { } };
163 template<typename _Alloc>
164 struct __alloc_swap<_Alloc, false>
167 _S_do_it(_Alloc& __one, _Alloc& __two) _GLIBCXX_NOEXCEPT
176 template<typename _Alloc, bool = __is_empty(_Alloc)>
180 _S_do_it(const _Alloc&, const _Alloc&) argument
[all...]
H A Dalloc_traits.h43 template<typename _Alloc, typename _Tp>
55 using __type = decltype(_S_chk<_Alloc, _Tp>(nullptr));
58 template<typename _Alloc, typename _Tp,
59 bool = __alloctr_rebind_helper<_Alloc, _Tp>::__type::value>
62 template<typename _Alloc, typename _Tp>
63 struct __alloctr_rebind<_Alloc, _Tp, true>
65 typedef typename _Alloc::template rebind<_Tp>::other __type;
68 template<template<typename, typename...> class _Alloc, typename _Tp,
70 struct __alloctr_rebind<_Alloc<_Up, _Args...>, _Tp, false>
72 typedef _Alloc<_T
444 __do_alloc_on_copy(_Alloc&, const _Alloc&, false_type) argument
[all...]
/prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
H A Dallocator.h159 template<typename _Alloc, bool = __is_empty(_Alloc)>
161 { static void _S_do_it(_Alloc&, _Alloc&) _GLIBCXX_NOEXCEPT { } };
163 template<typename _Alloc>
164 struct __alloc_swap<_Alloc, false>
167 _S_do_it(_Alloc& __one, _Alloc& __two) _GLIBCXX_NOEXCEPT
176 template<typename _Alloc, bool = __is_empty(_Alloc)>
180 _S_do_it(const _Alloc&, const _Alloc&) argument
[all...]
H A Dalloc_traits.h43 template<typename _Alloc, typename _Tp>
55 using __type = decltype(_S_chk<_Alloc, _Tp>(nullptr));
58 template<typename _Alloc, typename _Tp,
59 bool = __alloctr_rebind_helper<_Alloc, _Tp>::__type::value>
62 template<typename _Alloc, typename _Tp>
63 struct __alloctr_rebind<_Alloc, _Tp, true>
65 typedef typename _Alloc::template rebind<_Tp>::other __type;
68 template<template<typename, typename...> class _Alloc, typename _Tp,
70 struct __alloctr_rebind<_Alloc<_Up, _Args...>, _Tp, false>
72 typedef _Alloc<_T
444 __do_alloc_on_copy(_Alloc&, const _Alloc&, false_type) argument
[all...]
/prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
H A D_list.c65 template <class _Tp, class _Alloc>
66 void _List_base<_Tp,_Alloc>::clear() {
94 template <class _Tp, class _Alloc>
95 void list<_Tp, _Alloc>::resize(size_type __new_size, const _Tp& __x) {
106 template <class _Tp, class _Alloc>
107 list<_Tp, _Alloc>& list<_Tp, _Alloc>::operator=(const list<_Tp, _Alloc>& __x) {
123 template <class _Tp, class _Alloc>
124 void list<_Tp, _Alloc>
138 template <class _Tp, class _Alloc, class _Predicate> variable
151 template <class _Tp, class _Alloc, class _BinaryPredicate> variable
167 template <class _Tp, class _Alloc, class _StrictWeakOrdering> variable
205 template <class _Tp, class _Alloc, class _StrictWeakOrdering> variable
214 _STLP_PRIV _CArray<list<_Tp, _Alloc>, NB> __counter(__carry); local
[all...]
H A D_slist.c42 template <class _Tp, class _Alloc>
44 _Slist_base<_Tp,_Alloc>::_M_erase_after(_Slist_node_base* __before_first,
69 template <class _Tp, class _Alloc>
70 slist<_Tp,_Alloc>& slist<_Tp,_Alloc>::operator=(const slist<_Tp,_Alloc>& __x) {
90 template <class _Tp, class _Alloc>
91 void slist<_Tp, _Alloc>::_M_fill_assign(size_type __n, const _Tp& __val) {
105 template <class _Tp, class _Alloc>
106 void slist<_Tp,_Alloc>
133 template <class _Tp, class _Alloc, class _BinaryPredicate> variable
147 template <class _Tp, class _Alloc, class _StrictWeakOrdering> variable
182 template <class _Tp, class _Alloc, class _StrictWeakOrdering> variable
189 _STLP_PRIV _CArray<slist<_Tp, _Alloc>, NB> __counter(__carry); local
[all...]
/prebuilts/ndk/r10/sources/cxx-stl/stlport/stlport/stl/
H A D_list.c65 template <class _Tp, class _Alloc>
66 void _List_base<_Tp,_Alloc>::clear() {
94 template <class _Tp, class _Alloc>
95 void list<_Tp, _Alloc>::resize(size_type __new_size, const _Tp& __x) {
106 template <class _Tp, class _Alloc>
107 list<_Tp, _Alloc>& list<_Tp, _Alloc>::operator=(const list<_Tp, _Alloc>& __x) {
123 template <class _Tp, class _Alloc>
124 void list<_Tp, _Alloc>
138 template <class _Tp, class _Alloc, class _Predicate> variable
151 template <class _Tp, class _Alloc, class _BinaryPredicate> variable
167 template <class _Tp, class _Alloc, class _StrictWeakOrdering> variable
205 template <class _Tp, class _Alloc, class _StrictWeakOrdering> variable
214 _STLP_PRIV _CArray<list<_Tp, _Alloc>, NB> __counter(__carry); local
[all...]
H A D_slist.c42 template <class _Tp, class _Alloc>
44 _Slist_base<_Tp,_Alloc>::_M_erase_after(_Slist_node_base* __before_first,
69 template <class _Tp, class _Alloc>
70 slist<_Tp,_Alloc>& slist<_Tp,_Alloc>::operator=(const slist<_Tp,_Alloc>& __x) {
90 template <class _Tp, class _Alloc>
91 void slist<_Tp, _Alloc>::_M_fill_assign(size_type __n, const _Tp& __val) {
105 template <class _Tp, class _Alloc>
106 void slist<_Tp,_Alloc>
133 template <class _Tp, class _Alloc, class _BinaryPredicate> variable
147 template <class _Tp, class _Alloc, class _StrictWeakOrdering> variable
183 template <class _Tp, class _Alloc, class _StrictWeakOrdering> variable
190 _STLP_PRIV _CArray<slist<_Tp, _Alloc>, NB> __counter(__carry); local
[all...]
/prebuilts/ndk/r11/sources/cxx-stl/stlport/stlport/stl/
H A D_list.c65 template <class _Tp, class _Alloc>
66 void _List_base<_Tp,_Alloc>::clear() {
94 template <class _Tp, class _Alloc>
95 void list<_Tp, _Alloc>::resize(size_type __new_size, const _Tp& __x) {
106 template <class _Tp, class _Alloc>
107 list<_Tp, _Alloc>& list<_Tp, _Alloc>::operator=(const list<_Tp, _Alloc>& __x) {
123 template <class _Tp, class _Alloc>
124 void list<_Tp, _Alloc>
138 template <class _Tp, class _Alloc, class _Predicate> variable
151 template <class _Tp, class _Alloc, class _BinaryPredicate> variable
167 template <class _Tp, class _Alloc, class _StrictWeakOrdering> variable
205 template <class _Tp, class _Alloc, class _StrictWeakOrdering> variable
214 _STLP_PRIV _CArray<list<_Tp, _Alloc>, NB> __counter(__carry); local
[all...]
H A D_slist.c42 template <class _Tp, class _Alloc>
44 _Slist_base<_Tp,_Alloc>::_M_erase_after(_Slist_node_base* __before_first,
69 template <class _Tp, class _Alloc>
70 slist<_Tp,_Alloc>& slist<_Tp,_Alloc>::operator=(const slist<_Tp,_Alloc>& __x) {
90 template <class _Tp, class _Alloc>
91 void slist<_Tp, _Alloc>::_M_fill_assign(size_type __n, const _Tp& __val) {
105 template <class _Tp, class _Alloc>
106 void slist<_Tp,_Alloc>
133 template <class _Tp, class _Alloc, class _BinaryPredicate> variable
147 template <class _Tp, class _Alloc, class _StrictWeakOrdering> variable
182 template <class _Tp, class _Alloc, class _StrictWeakOrdering> variable
189 _STLP_PRIV _CArray<slist<_Tp, _Alloc>, NB> __counter(__carry); local
[all...]
/prebuilts/ndk/r13/sources/cxx-stl/stlport/stlport/stl/
H A D_list.c65 template <class _Tp, class _Alloc>
66 void _List_base<_Tp,_Alloc>::clear() {
94 template <class _Tp, class _Alloc>
95 void list<_Tp, _Alloc>::resize(size_type __new_size, const _Tp& __x) {
106 template <class _Tp, class _Alloc>
107 list<_Tp, _Alloc>& list<_Tp, _Alloc>::operator=(const list<_Tp, _Alloc>& __x) {
123 template <class _Tp, class _Alloc>
124 void list<_Tp, _Alloc>
138 template <class _Tp, class _Alloc, class _Predicate> variable
151 template <class _Tp, class _Alloc, class _BinaryPredicate> variable
167 template <class _Tp, class _Alloc, class _StrictWeakOrdering> variable
205 template <class _Tp, class _Alloc, class _StrictWeakOrdering> variable
214 _STLP_PRIV _CArray<list<_Tp, _Alloc>, NB> __counter(__carry); local
[all...]
H A D_slist.c42 template <class _Tp, class _Alloc>
44 _Slist_base<_Tp,_Alloc>::_M_erase_after(_Slist_node_base* __before_first,
69 template <class _Tp, class _Alloc>
70 slist<_Tp,_Alloc>& slist<_Tp,_Alloc>::operator=(const slist<_Tp,_Alloc>& __x) {
90 template <class _Tp, class _Alloc>
91 void slist<_Tp, _Alloc>::_M_fill_assign(size_type __n, const _Tp& __val) {
105 template <class _Tp, class _Alloc>
106 void slist<_Tp,_Alloc>
133 template <class _Tp, class _Alloc, class _BinaryPredicate> variable
147 template <class _Tp, class _Alloc, class _StrictWeakOrdering> variable
182 template <class _Tp, class _Alloc, class _StrictWeakOrdering> variable
189 _STLP_PRIV _CArray<slist<_Tp, _Alloc>, NB> __counter(__carry); local
[all...]

Completed in 1704 milliseconds

123