Searched refs:allocator_type (Results 51 - 75 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/bits/
H A Dstl_multimap.h95 typedef _Alloc allocator_type; typedef in class:multimap
160 const allocator_type& __a = allocator_type())
196 const allocator_type& __a = allocator_type())
229 const allocator_type& __a = allocator_type())
295 allocator_type
159 multimap(const _Compare& __comp, const allocator_type& __a = allocator_type()) argument
194 multimap(initializer_list<value_type> __l, const _Compare& __comp = _Compare(), const allocator_type& __a = allocator_type()) argument
227 multimap(_InputIterator __first, _InputIterator __last, const _Compare& __comp, const allocator_type& __a = allocator_type()) argument
H A Dstl_set.h106 typedef _Alloc allocator_type; typedef in class:set
148 const allocator_type& __a = allocator_type())
179 const allocator_type& __a = allocator_type())
216 const allocator_type& __a = allocator_type())
284 allocator_type
147 set(const _Compare& __comp, const allocator_type& __a = allocator_type()) argument
177 set(_InputIterator __first, _InputIterator __last, const _Compare& __comp, const allocator_type& __a = allocator_type()) argument
214 set(initializer_list<value_type> __l, const _Compare& __comp = _Compare(), const allocator_type& __a = allocator_type()) argument
H A Dstl_list.h292 // The stored instance is not actually of "allocator_type"'s
302 // allocator_type and _Node_alloc_type. The conversion is
334 typedef _Alloc allocator_type; typedef in class:_List_base
348 allocator_type
350 { return allocator_type(_M_get_Node_allocator()); }
356 _List_base(const allocator_type& __a)
451 typedef _Alloc allocator_type; typedef in class:list
520 list(const allocator_type& __a)
545 const allocator_type& __a = allocator_type())
544 list(size_type __n, const value_type& __value, const allocator_type& __a = allocator_type()) argument
558 list(size_type __n, const value_type& __value = value_type(), const allocator_type& __a = allocator_type()) argument
594 list(initializer_list<value_type> __l, const allocator_type& __a = allocator_type()) argument
611 list(_InputIterator __first, _InputIterator __last, const allocator_type& __a = allocator_type()) argument
[all...]
H A Dstl_vector.h92 typedef _Alloc allocator_type; typedef in struct:_Vector_base
102 allocator_type
104 { return allocator_type(_M_get_Tp_allocator()); }
109 _Vector_base(const allocator_type& __a)
120 _Vector_base(size_t __n, const allocator_type& __a)
203 typedef _Alloc allocator_type; typedef in class:vector
225 vector(const allocator_type& __a)
250 const allocator_type& __a = allocator_type())
264 const allocator_type
249 vector(size_type __n, const value_type& __value, const allocator_type& __a = allocator_type()) argument
263 vector(size_type __n, const value_type& __value = value_type(), const allocator_type& __a = allocator_type()) argument
308 vector(initializer_list<value_type> __l, const allocator_type& __a = allocator_type()) argument
334 vector(_InputIterator __first, _InputIterator __last, const allocator_type& __a = allocator_type()) argument
[all...]
H A Dstl_bvector.h398 typedef _Alloc allocator_type; typedef in struct:_Bvector_base
408 allocator_type
410 { return allocator_type(_M_get_Bit_allocator()); }
415 _Bvector_base(const allocator_type& __a)
499 typedef _Alloc allocator_type; typedef in class:vector
501 allocator_type get_allocator() const
514 vector(const allocator_type& __a)
519 const allocator_type& __a = allocator_type())
539 const allocator_type
518 vector(size_type __n, const bool& __value = bool(), const allocator_type& __a = allocator_type()) argument
538 vector(initializer_list<bool> __l, const allocator_type& __a = allocator_type()) argument
548 vector(_InputIterator __first, _InputIterator __last, const allocator_type& __a = allocator_type()) argument
[all...]
H A Dallocator.h214 _GLIBCXX_HAS_NESTED_TYPE(allocator_type)
224 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/ext/pb_ds/detail/rc_binomial_heap_/
H A Drc_binomial_heap_.hpp109 typedef typename base_type::allocator_type allocator_type; typedef in class:__gnu_pbds::detail::rc_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/bits/
H A Dstl_map.h93 typedef _Alloc allocator_type; typedef in class:map
160 const allocator_type& __a = allocator_type())
197 const allocator_type& __a = allocator_type())
230 const allocator_type& __a = allocator_type())
296 allocator_type
159 map(const _Compare& __comp, const allocator_type& __a = allocator_type()) argument
195 map(initializer_list<value_type> __l, const _Compare& __c = _Compare(), const allocator_type& __a = allocator_type()) argument
228 map(_InputIterator __first, _InputIterator __last, const _Compare& __comp, const allocator_type& __a = allocator_type()) argument
H A Dstl_multimap.h93 typedef _Alloc allocator_type; typedef in class:multimap
158 const allocator_type& __a = allocator_type())
194 const allocator_type& __a = allocator_type())
227 const allocator_type& __a = allocator_type())
293 allocator_type
157 multimap(const _Compare& __comp, const allocator_type& __a = allocator_type()) argument
192 multimap(initializer_list<value_type> __l, const _Compare& __comp = _Compare(), const allocator_type& __a = allocator_type()) argument
225 multimap(_InputIterator __first, _InputIterator __last, const _Compare& __comp, const allocator_type& __a = allocator_type()) argument
H A Dstl_bvector.h396 typedef _Alloc allocator_type; typedef in struct:_Bvector_base
406 allocator_type
408 { return allocator_type(_M_get_Bit_allocator()); }
413 _Bvector_base(const allocator_type& __a)
494 typedef _Alloc allocator_type; typedef in class:vector
496 allocator_type get_allocator() const
509 vector(const allocator_type& __a)
514 const allocator_type& __a = allocator_type())
534 const allocator_type
513 vector(size_type __n, const bool& __value = bool(), const allocator_type& __a = allocator_type()) argument
533 vector(initializer_list<bool> __l, const allocator_type& __a = allocator_type()) argument
543 vector(_InputIterator __first, _InputIterator __last, const allocator_type& __a = allocator_type()) argument
[all...]
H A Dstl_list.h281 // The stored instance is not actually of "allocator_type"'s
291 // allocator_type and _Node_alloc_type. The conversion is
323 typedef _Alloc allocator_type; typedef in class:_List_base
337 allocator_type
339 { return allocator_type(_M_get_Node_allocator()); }
345 _List_base(const allocator_type& __a)
439 typedef _Alloc allocator_type; typedef in class:list
507 list(const allocator_type& __a)
520 const allocator_type& __a = allocator_type())
519 list(size_type __n, const value_type& __value = value_type(), const allocator_type& __a = allocator_type()) argument
554 list(initializer_list<value_type> __l, const allocator_type& __a = allocator_type()) argument
571 list(_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-linux/include/c++/4.5.3/ext/pb_ds/detail/rc_binomial_heap_/
H A Drc_binomial_heap_.hpp109 typedef typename base_type::allocator_type allocator_type; typedef in class:__gnu_pbds::detail::rc_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/bits/
H A Dstl_map.h93 typedef _Alloc allocator_type; typedef in class:map
160 const allocator_type& __a = allocator_type())
197 const allocator_type& __a = allocator_type())
230 const allocator_type& __a = allocator_type())
296 allocator_type
159 map(const _Compare& __comp, const allocator_type& __a = allocator_type()) argument
195 map(initializer_list<value_type> __l, const _Compare& __c = _Compare(), const allocator_type& __a = allocator_type()) argument
228 map(_InputIterator __first, _InputIterator __last, const _Compare& __comp, const allocator_type& __a = allocator_type()) argument
H A Dstl_multimap.h93 typedef _Alloc allocator_type; typedef in class:multimap
158 const allocator_type& __a = allocator_type())
194 const allocator_type& __a = allocator_type())
227 const allocator_type& __a = allocator_type())
293 allocator_type
157 multimap(const _Compare& __comp, const allocator_type& __a = allocator_type()) argument
192 multimap(initializer_list<value_type> __l, const _Compare& __comp = _Compare(), const allocator_type& __a = allocator_type()) argument
225 multimap(_InputIterator __first, _InputIterator __last, const _Compare& __comp, const allocator_type& __a = allocator_type()) argument
H A Dstl_bvector.h396 typedef _Alloc allocator_type; typedef in struct:_Bvector_base
406 allocator_type
408 { return allocator_type(_M_get_Bit_allocator()); }
413 _Bvector_base(const allocator_type& __a)
494 typedef _Alloc allocator_type; typedef in class:vector
496 allocator_type get_allocator() const
509 vector(const allocator_type& __a)
514 const allocator_type& __a = allocator_type())
534 const allocator_type
513 vector(size_type __n, const bool& __value = bool(), const allocator_type& __a = allocator_type()) argument
533 vector(initializer_list<bool> __l, const allocator_type& __a = allocator_type()) argument
543 vector(_InputIterator __first, _InputIterator __last, const allocator_type& __a = allocator_type()) argument
[all...]
H A Dstl_list.h281 // The stored instance is not actually of "allocator_type"'s
291 // allocator_type and _Node_alloc_type. The conversion is
323 typedef _Alloc allocator_type; typedef in class:_List_base
337 allocator_type
339 { return allocator_type(_M_get_Node_allocator()); }
345 _List_base(const allocator_type& __a)
439 typedef _Alloc allocator_type; typedef in class:list
507 list(const allocator_type& __a)
520 const allocator_type& __a = allocator_type())
519 list(size_type __n, const value_type& __value = value_type(), const allocator_type& __a = allocator_type()) argument
554 list(initializer_list<value_type> __l, const allocator_type& __a = allocator_type()) argument
571 list(_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/ext/pb_ds/detail/rc_binomial_heap_/
H A Drc_binomial_heap_.hpp109 typedef typename base_type::allocator_type allocator_type; typedef in class:__gnu_pbds::detail::rc_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/bits/
H A Dstl_list.h293 // The stored instance is not actually of "allocator_type"'s
303 // allocator_type and _Node_alloc_type. The conversion is
341 typedef _Alloc allocator_type; typedef in class:_List_base
355 allocator_type
357 { return allocator_type(_M_get_Node_allocator()); }
461 typedef _Alloc allocator_type; typedef in class:list
531 list(const allocator_type& __a)
556 const allocator_type& __a = allocator_type())
570 const allocator_type
555 list(size_type __n, const value_type& __value, const allocator_type& __a = allocator_type()) argument
569 list(size_type __n, const value_type& __value = value_type(), const allocator_type& __a = allocator_type()) argument
605 list(initializer_list<value_type> __l, const allocator_type& __a = allocator_type()) argument
624 list(_InputIterator __first, _InputIterator __last, const allocator_type& __a = allocator_type()) argument
630 list(_InputIterator __first, _InputIterator __last, const allocator_type& __a = allocator_type()) argument
[all...]
H A Dstl_map.h103 typedef _Alloc allocator_type; typedef in class:map
170 const allocator_type& __a = allocator_type())
208 const allocator_type& __a = allocator_type())
243 const allocator_type& __a = allocator_type())
309 allocator_type
311 { return allocator_type(_M_t.get_allocator()); }
169 map(const _Compare& __comp, const allocator_type& __a = allocator_type()) argument
206 map(initializer_list<value_type> __l, const _Compare& __comp = _Compare(), const allocator_type& __a = allocator_type()) argument
241 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-armeabi-2013.11/arm-none-eabi/include/c++/4.8.1/ext/pb_ds/
H A Dtrie_policy.hpp171 typedef _Alloc allocator_type; typedef in class:__gnu_pbds::trie_prefix_search_node_update
174 typedef typename allocator_type::size_type size_type;
261 typedef _Alloc allocator_type; typedef in class:__gnu_pbds::trie_order_statistics_node_update
262 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/
H A Dtrie_policy.hpp165 typedef Allocator allocator_type; typedef in class:__gnu_pbds::trie_prefix_search_node_update
168 typedef typename allocator_type::size_type size_type;
254 typedef Allocator allocator_type; typedef in class:__gnu_pbds::trie_order_statistics_node_update
255 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-arm-linux-2.6.36-uclibc-4.5.3/arm-linux/include/c++/4.5.3/ext/pb_ds/
H A Dtrie_policy.hpp164 typedef Allocator allocator_type; typedef in class:__gnu_pbds::trie_prefix_search_node_update
167 typedef typename allocator_type::size_type size_type;
253 typedef Allocator allocator_type; typedef in class:__gnu_pbds::trie_order_statistics_node_update
254 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-arm-linux-2.6.36-uclibc-4.5.3/arm-brcm-linux-uclibcgnueabi/include/c++/4.5.3/ext/pb_ds/
H A Dtrie_policy.hpp164 typedef Allocator allocator_type; typedef in class:__gnu_pbds::trie_prefix_search_node_update
167 typedef typename allocator_type::size_type size_type;
253 typedef Allocator allocator_type; typedef in class:__gnu_pbds::trie_order_statistics_node_update
254 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-2013.11/arm-none-eabi/include/c++/4.8.1/ext/pb_ds/detail/rc_binomial_heap_/
H A Drc.hpp53 typedef _Alloc allocator_type; typedef in class:__gnu_pbds::detail::rc
54 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-2013.11/arm-none-eabi/include/c++/4.8.1/ext/pb_ds/detail/trie_policy/
H A Dtrie_policy_base.hpp60 typedef _Alloc allocator_type; typedef in class:__gnu_pbds::detail::trie_policy_base
61 typedef typename allocator_type::size_type size_type;

Completed in 133 milliseconds

123456789