Searched refs:allocator_type (Results 26 - 50 of 211) sorted by relevance

123456789

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-armeabi-2011.09/arm-none-eabi/include/c++/4.6.1/ext/pb_ds/
H A Dtree_policy.hpp78 typedef Allocator allocator_type; typedef in class:__gnu_pbds::tree_order_statistics_node_update
79 typedef typename allocator_type::size_type size_type;
118 typedef typename allocator_type::template rebind<metadata_type>::other metadata_rebind;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-armeabi-2013.11/arm-none-eabi/include/c++/4.8.1/ext/pb_ds/detail/binomial_heap_/
H A Dbinomial_heap_.hpp89 typedef typename base_type::allocator_type allocator_type; typedef in class:__gnu_pbds::detail::binomial_heap
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-armeabi-2013.11/arm-none-eabi/include/c++/4.8.1/ext/pb_ds/
H A Dtree_policy.hpp71 typedef _Alloc allocator_type; typedef in class:__gnu_pbds::tree_order_statistics_node_update
72 typedef typename allocator_type::size_type size_type;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-armeabi-2011.09/arm-none-eabi/include/c++/4.6.1/ext/pb_ds/detail/binomial_heap_/
H A Dbinomial_heap_.hpp90 typedef typename base_type::allocator_type allocator_type; typedef in class:__gnu_pbds::detail::binomial_heap_
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-linux/include/c++/4.5.3/ext/pb_ds/detail/binomial_heap_/
H A Dbinomial_heap_.hpp90 typedef typename base_type::allocator_type allocator_type; typedef in class:__gnu_pbds::detail::binomial_heap_
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-brcm-linux-uclibcgnueabi/include/c++/4.5.3/ext/pb_ds/detail/binomial_heap_/
H A Dbinomial_heap_.hpp90 typedef typename base_type::allocator_type allocator_type; typedef in class:__gnu_pbds::detail::binomial_heap_
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-armeabi-2011.09/arm-none-eabi/include/c++/4.6.1/ext/pb_ds/detail/rc_binomial_heap_/
H A Drc.hpp59 typedef Allocator allocator_type; typedef in class:__gnu_pbds::detail::rc
61 typedef typename allocator_type::size_type size_type;
66 typename allocator_type::template rebind<
71 typename allocator_type::template rebind<
76 typename allocator_type::template rebind<
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-linux/include/c++/4.5.3/ext/pb_ds/detail/rc_binomial_heap_/
H A Drc.hpp59 typedef Allocator allocator_type; typedef in class:__gnu_pbds::detail::rc
61 typedef typename allocator_type::size_type size_type;
66 typename allocator_type::template rebind<
71 typename allocator_type::template rebind<
76 typename allocator_type::template rebind<
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-brcm-linux-uclibcgnueabi/include/c++/4.5.3/ext/pb_ds/detail/rc_binomial_heap_/
H A Drc.hpp59 typedef Allocator allocator_type; typedef in class:__gnu_pbds::detail::rc
61 typedef typename allocator_type::size_type size_type;
66 typename allocator_type::template rebind<
71 typename allocator_type::template rebind<
76 typename allocator_type::template rebind<
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-armeabi-2013.11/arm-none-eabi/include/c++/4.8.1/bits/
H A Dunordered_map.h111 typedef typename _Hashtable::allocator_type allocator_type; typedef in class:unordered_map
116 typedef typename allocator_type::pointer pointer;
117 typedef typename allocator_type::const_pointer const_pointer;
118 typedef typename allocator_type::reference reference;
119 typedef typename allocator_type::const_reference const_reference;
141 const allocator_type& __a = allocator_type())
163 const allocator_type& __a = allocator_type())
138 unordered_map(size_type __n = 10, const hasher& __hf = hasher(), const key_equal& __eql = key_equal(), const allocator_type& __a = allocator_type()) argument
159 unordered_map(_InputIterator __f, _InputIterator __l, size_type __n = 0, const hasher& __hf = hasher(), const key_equal& __eql = key_equal(), const allocator_type& __a = allocator_type()) argument
184 unordered_map(initializer_list<value_type> __l, size_type __n = 0, const hasher& __hf = hasher(), const key_equal& __eql = key_equal(), const allocator_type& __a = allocator_type()) argument
792 typedef typename _Hashtable::allocator_type allocator_type; typedef in class:unordered_multimap
819 unordered_multimap(size_type __n = 10, const hasher& __hf = hasher(), const key_equal& __eql = key_equal(), const allocator_type& __a = allocator_type()) argument
840 unordered_multimap(_InputIterator __f, _InputIterator __l, size_type __n = 0, const hasher& __hf = hasher(), const key_equal& __eql = key_equal(), const allocator_type& __a = allocator_type()) argument
865 unordered_multimap(initializer_list<value_type> __l, size_type __n = 0, const hasher& __hf = hasher(), const key_equal& __eql = key_equal(), const allocator_type& __a = allocator_type()) argument
[all...]
H A Dstl_vector.h110 typedef _Alloc allocator_type; typedef in struct:_Vector_base
120 allocator_type
122 { return allocator_type(_M_get_Tp_allocator()); }
127 _Vector_base(const allocator_type& __a)
134 _Vector_base(size_t __n, const allocator_type& __a)
146 _Vector_base(_Vector_base&& __x, const allocator_type& __a)
234 typedef _Alloc allocator_type; typedef in class:vector
256 vector(const allocator_type& __a)
269 vector(size_type __n, const allocator_type& __a = allocator_type()) argument
281 vector(size_type __n, const value_type& __value, const allocator_type& __a = allocator_type()) argument
295 vector(size_type __n, const value_type& __value = value_type(), const allocator_type& __a = allocator_type()) argument
364 vector(initializer_list<value_type> __l, const allocator_type& __a = allocator_type()) argument
392 vector(_InputIterator __first, _InputIterator __last, const allocator_type& __a = allocator_type()) argument
398 vector(_InputIterator __first, _InputIterator __last, const allocator_type& __a = allocator_type()) argument
[all...]
H A Dstl_multimap.h102 typedef _Alloc allocator_type; typedef in class:multimap
167 const allocator_type& __a = allocator_type())
204 const allocator_type& __a = allocator_type())
237 const allocator_type& __a = allocator_type())
303 allocator_type
305 { return allocator_type(_M_t.get_allocator()); }
166 multimap(const _Compare& __comp, const allocator_type& __a = allocator_type()) argument
202 multimap(initializer_list<value_type> __l, const _Compare& __comp = _Compare(), const allocator_type& __a = allocator_type()) argument
235 multimap(_InputIterator __first, _InputIterator __last, const _Compare& __comp, const allocator_type& __a = allocator_type()) argument
H A Dstl_multiset.h107 typedef _Alloc allocator_type; typedef in class:multiset
147 const allocator_type& __a = allocator_type())
178 const allocator_type& __a = allocator_type())
216 const allocator_type& __a = allocator_type())
285 allocator_type
287 { return allocator_type(_M_t.get_allocator()); }
146 multiset(const _Compare& __comp, const allocator_type& __a = allocator_type()) argument
176 multiset(_InputIterator __first, _InputIterator __last, const _Compare& __comp, const allocator_type& __a = allocator_type()) argument
214 multiset(initializer_list<value_type> __l, const _Compare& __comp = _Compare(), const allocator_type& __a = allocator_type()) argument
H A Dstl_set.h107 typedef _Alloc allocator_type; typedef in class:set
149 const allocator_type& __a = allocator_type())
182 const allocator_type& __a = allocator_type())
220 const allocator_type& __a = allocator_type())
288 allocator_type
290 { return allocator_type(_M_t.get_allocator()); }
148 set(const _Compare& __comp, const allocator_type& __a = allocator_type()) argument
180 set(_InputIterator __first, _InputIterator __last, const _Compare& __comp, const allocator_type& __a = allocator_type()) argument
218 set(initializer_list<value_type> __l, const _Compare& __comp = _Compare(), const allocator_type& __a = allocator_type()) argument
H A Dstl_bvector.h432 typedef _Alloc allocator_type; typedef in struct:_Bvector_base
442 allocator_type
444 { return allocator_type(_M_get_Bit_allocator()); }
449 _Bvector_base(const allocator_type& __a)
538 typedef _Alloc allocator_type;
540 allocator_type get_allocator() const
554 vector(const allocator_type& __a)
559 vector(size_type __n, const allocator_type& __a = allocator_type())
564 const allocator_type
[all...]
H A Duses_allocator.h43 _GLIBCXX_HAS_NESTED_TYPE(allocator_type)
53 typename _Tp::allocator_type>::value>
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-armeabi-2011.09/arm-none-eabi/include/c++/4.6.1/bits/
H A Dstl_multiset.h101 typedef _Alloc allocator_type; typedef in class:multiset
141 const allocator_type& __a = allocator_type())
172 const allocator_type& __a = allocator_type())
209 const allocator_type& __a = allocator_type())
277 allocator_type
140 multiset(const _Compare& __comp, const allocator_type& __a = allocator_type()) argument
170 multiset(_InputIterator __first, _InputIterator __last, const _Compare& __comp, const allocator_type& __a = allocator_type()) argument
207 multiset(initializer_list<value_type> __l, const _Compare& __comp = _Compare(), const allocator_type& __a = allocator_type()) argument
H A Dstl_map.h95 typedef _Alloc allocator_type; typedef in class:map
162 const allocator_type& __a = allocator_type())
199 const allocator_type& __a = allocator_type())
232 const allocator_type& __a = allocator_type())
298 allocator_type
161 map(const _Compare& __comp, const allocator_type& __a = allocator_type()) argument
197 map(initializer_list<value_type> __l, const _Compare& __c = _Compare(), const allocator_type& __a = allocator_type()) argument
230 map(_InputIterator __first, _InputIterator __last, const _Compare& __comp, const allocator_type& __a = allocator_type()) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-linux/include/c++/4.5.3/bits/
H A Dstl_multiset.h99 typedef _Alloc allocator_type; typedef in class:multiset
139 const allocator_type& __a = allocator_type())
170 const allocator_type& __a = allocator_type())
207 const allocator_type& __a = allocator_type())
275 allocator_type
138 multiset(const _Compare& __comp, const allocator_type& __a = allocator_type()) argument
168 multiset(_InputIterator __first, _InputIterator __last, const _Compare& __comp, const allocator_type& __a = allocator_type()) argument
205 multiset(initializer_list<value_type> __l, const _Compare& __comp = _Compare(), const allocator_type& __a = allocator_type()) argument
H A Dstl_set.h104 typedef _Alloc allocator_type; typedef in class:set
146 const allocator_type& __a = allocator_type())
177 const allocator_type& __a = allocator_type())
214 const allocator_type& __a = allocator_type())
282 allocator_type
145 set(const _Compare& __comp, const allocator_type& __a = allocator_type()) argument
175 set(_InputIterator __first, _InputIterator __last, const _Compare& __comp, const allocator_type& __a = allocator_type()) argument
212 set(initializer_list<value_type> __l, const _Compare& __comp = _Compare(), const allocator_type& __a = allocator_type()) argument
H A Dstl_vector.h90 typedef _Alloc allocator_type; typedef in struct:_Vector_base
100 allocator_type
102 { return allocator_type(_M_get_Tp_allocator()); }
107 _Vector_base(const allocator_type& __a)
110 _Vector_base(size_t __n, const allocator_type& __a)
193 typedef _Alloc allocator_type; typedef in class:vector
215 vector(const allocator_type& __a)
228 const allocator_type& __a = allocator_type())
272 const allocator_type
227 vector(size_type __n, const value_type& __value = value_type(), const allocator_type& __a = allocator_type()) argument
271 vector(initializer_list<value_type> __l, const allocator_type& __a = allocator_type()) argument
297 vector(_InputIterator __first, _InputIterator __last, const allocator_type& __a = allocator_type()) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-brcm-linux-uclibcgnueabi/include/c++/4.5.3/bits/
H A Dstl_multiset.h99 typedef _Alloc allocator_type; typedef in class:multiset
139 const allocator_type& __a = allocator_type())
170 const allocator_type& __a = allocator_type())
207 const allocator_type& __a = allocator_type())
275 allocator_type
138 multiset(const _Compare& __comp, const allocator_type& __a = allocator_type()) argument
168 multiset(_InputIterator __first, _InputIterator __last, const _Compare& __comp, const allocator_type& __a = allocator_type()) argument
205 multiset(initializer_list<value_type> __l, const _Compare& __comp = _Compare(), const allocator_type& __a = allocator_type()) argument
H A Dstl_set.h104 typedef _Alloc allocator_type; typedef in class:set
146 const allocator_type& __a = allocator_type())
177 const allocator_type& __a = allocator_type())
214 const allocator_type& __a = allocator_type())
282 allocator_type
145 set(const _Compare& __comp, const allocator_type& __a = allocator_type()) argument
175 set(_InputIterator __first, _InputIterator __last, const _Compare& __comp, const allocator_type& __a = allocator_type()) argument
212 set(initializer_list<value_type> __l, const _Compare& __comp = _Compare(), const allocator_type& __a = allocator_type()) argument
H A Dstl_vector.h90 typedef _Alloc allocator_type; typedef in struct:_Vector_base
100 allocator_type
102 { return allocator_type(_M_get_Tp_allocator()); }
107 _Vector_base(const allocator_type& __a)
110 _Vector_base(size_t __n, const allocator_type& __a)
193 typedef _Alloc allocator_type; typedef in class:vector
215 vector(const allocator_type& __a)
228 const allocator_type& __a = allocator_type())
272 const allocator_type
227 vector(size_type __n, const value_type& __value = value_type(), const allocator_type& __a = allocator_type()) argument
271 vector(initializer_list<value_type> __l, const allocator_type& __a = allocator_type()) argument
297 vector(_InputIterator __first, _InputIterator __last, const allocator_type& __a = allocator_type()) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-armeabi-2013.11/arm-none-eabi/include/c++/4.8.1/ext/pb_ds/detail/rc_binomial_heap_/
H A Drc_binomial_heap_.hpp89 typedef typename base_type::allocator_type allocator_type; typedef in class:__gnu_pbds::detail::rc_binomial_heap

Completed in 321 milliseconds

123456789