Searched refs:allocator_type (Results 1 - 23 of 23) sorted by relevance

/freebsd-11-stable/contrib/libstdc++/include/bits/
H A Dstl_multimap.h99 typedef _Alloc allocator_type; typedef in class:multimap
163 const allocator_type& __a = allocator_type())
204 const allocator_type& __a = allocator_type())
232 allocator_type
162 multimap(const _Compare& __comp, const allocator_type& __a = allocator_type()) argument
202 multimap(_InputIterator __first, _InputIterator __last, const _Compare& __comp, const allocator_type& __a = allocator_type()) argument
H A Dstl_multiset.h105 typedef _Alloc allocator_type; typedef in class:multiset
141 const allocator_type& __a = allocator_type())
172 const allocator_type& __a = allocator_type())
211 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
H A Dstl_set.h110 typedef _Alloc allocator_type; typedef in class:set
151 const allocator_type& __a = allocator_type())
182 const allocator_type& __a = allocator_type())
221 allocator_type
150 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
H A Dstl_list.h286 // The stored instance is not actually of "allocator_type"'s
296 // allocator_type and _Node_alloc_type. The conversion is
328 typedef _Alloc allocator_type; typedef in class:_List_base
342 allocator_type
344 { return allocator_type(_M_get_Node_allocator()); }
350 _List_base(const allocator_type& __a)
437 typedef _Alloc allocator_type; typedef in class:list
483 list(const allocator_type& __a)
495 const allocator_type& __a = allocator_type())
494 list(size_type __n, const value_type& __value = value_type(), const allocator_type& __a = allocator_type()) argument
520 list(_InputIterator __first, _InputIterator __last, const allocator_type& __a = allocator_type()) argument
[all...]
H A Dstl_vector.h98 typedef _Alloc allocator_type; typedef in struct:_Vector_base
108 allocator_type
110 { return allocator_type(_M_get_Tp_allocator()); }
115 _Vector_base(const allocator_type& __a)
119 _Vector_base(size_t __n, const allocator_type& __a)
194 typedef _Alloc allocator_type; typedef in class:vector
212 vector(const allocator_type& __a)
225 const allocator_type& __a = allocator_type())
267 const allocator_type
224 vector(size_type __n, const value_type& __value = value_type(), const allocator_type& __a = allocator_type()) argument
266 vector(_InputIterator __first, _InputIterator __last, const allocator_type& __a = allocator_type()) argument
[all...]
H A Dstl_map.h100 typedef _Alloc allocator_type; typedef in class:map
165 map(const _Compare& __comp, const allocator_type& __a = allocator_type()) argument
205 const _Compare& __comp, const allocator_type& __a = allocator_type())
233 allocator_type
204 map(_InputIterator __first, _InputIterator __last, const _Compare& __comp, const allocator_type& __a = allocator_type()) argument
H A Dstl_bvector.h399 typedef _Alloc allocator_type; typedef in struct:_Bvector_base
409 allocator_type
411 { return allocator_type(_M_get_Bit_allocator()); }
416 _Bvector_base(const allocator_type& __a)
481 typedef _Alloc allocator_type; typedef in class:vector
483 allocator_type get_allocator() const
496 vector(const allocator_type& __a)
501 const allocator_type& __a = allocator_type())
518 const allocator_type
500 vector(size_type __n, const bool& __value = bool(), const allocator_type& __a = allocator_type()) argument
517 vector(_InputIterator __first, _InputIterator __last, const allocator_type& __a = allocator_type()) argument
[all...]
H A Dstl_deque.h374 typedef _Alloc allocator_type; typedef in class:_Deque_base
376 allocator_type
378 { return allocator_type(_M_get_Tp_allocator()); }
387 _Deque_base(const allocator_type& __a, size_t __num_elements)
391 _Deque_base(const allocator_type& __a)
660 typedef _Alloc allocator_type; typedef in class:deque
695 deque(const allocator_type& __a)
707 const allocator_type& __a = allocator_type())
740 const allocator_type
706 deque(size_type __n, const value_type& __value = value_type(), const allocator_type& __a = allocator_type()) argument
739 deque(_InputIterator __first, _InputIterator __last, const allocator_type& __a = allocator_type()) argument
[all...]
H A Dstl_tree.h352 typedef _Alloc allocator_type; typedef in class:_Rb_tree
362 allocator_type
364 { return allocator_type(_M_get_Node_allocator()); }
592 const allocator_type& __a = allocator_type())
591 _Rb_tree(const _Compare& __comp, const allocator_type& __a = allocator_type()) argument
H A Dbasic_string.h119 typedef _Alloc allocator_type; typedef in class:basic_string
1548 allocator_type
/freebsd-11-stable/contrib/libstdc++/include/debug/
H A Dhash_map.h78 typedef typename _Base::allocator_type allocator_type; typedef in class:__gnu_cxx::__debug::hash_map
91 const allocator_type& __a = allocator_type())
110 const allocator_type& __a = allocator_type())
90 hash_map(size_type __n, const hasher& __hf, const key_equal& __eql, const allocator_type& __a = allocator_type()) argument
108 hash_map(_InputIterator __f, _InputIterator __l, size_type __n, const hasher& __hf, const key_equal& __eql, const allocator_type& __a = allocator_type()) argument
H A Dhash_multimap.h77 typedef typename _Base::allocator_type allocator_type; typedef in class:__gnu_cxx::__debug::hash_multimap
90 const allocator_type& __a = allocator_type())
109 const allocator_type& __a = allocator_type())
89 hash_multimap(size_type __n, const hasher& __hf, const key_equal& __eql, const allocator_type& __a = allocator_type()) argument
107 hash_multimap(_InputIterator __f, _InputIterator __l, size_type __n, const hasher& __hf, const key_equal& __eql, const allocator_type& __a = allocator_type()) argument
H A Dhash_multiset.h75 typedef typename _Base::allocator_type allocator_type; typedef in class:__gnu_cxx::__debug::hash_multiset
88 const allocator_type& __a = allocator_type())
111 const allocator_type& __a = allocator_type())
87 hash_multiset(size_type __n, const hasher& __hf, const key_equal& __eql, const allocator_type& __a = allocator_type()) argument
109 hash_multiset(_InputIterator __f, _InputIterator __l, size_type __n, const hasher& __hf, const key_equal& __eql, const allocator_type& __a = allocator_type()) argument
H A Dhash_set.h75 typedef typename _Base::allocator_type allocator_type; typedef in class:__gnu_cxx::__debug::hash_set
88 const allocator_type& __a = allocator_type())
107 const allocator_type& __a = allocator_type())
87 hash_set(size_type __n, const hasher& __hf, const key_equal& __eql, const allocator_type& __a = allocator_type()) argument
105 hash_set(_InputIterator __f, _InputIterator __l, size_type __n, const hasher& __hf, const key_equal& __eql, const allocator_type& __a = allocator_type()) argument
H A Dmultiset.h61 typedef _Allocator allocator_type; typedef in class:std::__debug::multiset
H A Dset.h61 typedef _Allocator allocator_type; typedef in class:std::__debug::set
H A Dmap.h61 typedef _Allocator allocator_type; typedef in class:std::__debug::map
H A Dmultimap.h61 typedef _Allocator allocator_type; typedef in class:std::__debug::multimap
/freebsd-11-stable/contrib/libstdc++/include/std/
H A Dstd_sstream.h69 // 251. basic_stringbuf missing allocator_type
70 typedef _Alloc allocator_type; typedef in class:basic_stringbuf
270 // 251. basic_stringbuf missing allocator_type
271 typedef _Alloc allocator_type; typedef in class:basic_istringstream
383 // 251. basic_stringbuf missing allocator_type
384 typedef _Alloc allocator_type; typedef in class:basic_ostringstream
496 // 251. basic_stringbuf missing allocator_type
497 typedef _Alloc allocator_type; typedef in class:basic_stringstream
/freebsd-11-stable/contrib/libstdc++/include/ext/
H A Drc_string_base.h93 typedef _Alloc allocator_type; typedef in class:__rc_string_base
317 allocator_type&
321 const allocator_type&
600 std::__alloc_swap<allocator_type>::_S_do_it(_M_get_allocator(),
H A Dhashtable.h283 typedef typename _Alloc::template rebind<value_type>::other allocator_type; typedef in class:hashtable
284 allocator_type
328 const allocator_type& __a = allocator_type())
335 const allocator_type& __a = allocator_type())
326 hashtable(size_type __n, const _HashFcn& __hf, const _EqualKey& __eql, const _ExtractKey& __ext, const allocator_type& __a = allocator_type()) argument
333 hashtable(size_type __n, const _HashFcn& __hf, const _EqualKey& __eql, const allocator_type& __a = allocator_type()) argument
H A Dvstring.h63 typedef _Alloc allocator_type; typedef in class:__versa_string
1273 allocator_type
1275 { return allocator_type(this->_M_get_allocator()); }
H A Dropeimpl.h358 _S_free_string(_CharT* __s, size_t __n, allocator_type __a)
422 _S_free_string(const _CharT*, size_t, allocator_type)
1531 rope(size_t __n, _CharT __c, const allocator_type& __a)

Completed in 215 milliseconds