Searched defs:allocator_type (Results 1 - 22 of 22) sorted by relevance

/freebsd-11-stable/contrib/libstdc++/include/std/
H A Dstd_sstream.h70 typedef _Alloc allocator_type; typedef in class:basic_stringbuf
271 typedef _Alloc allocator_type; typedef in class:basic_istringstream
384 typedef _Alloc allocator_type; typedef in class:basic_ostringstream
497 typedef _Alloc allocator_type; typedef in class:basic_stringstream
/freebsd-11-stable/contrib/libstdc++/include/bits/
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
204 map(_InputIterator __first, _InputIterator __last, const _Compare& __comp, const allocator_type& __a = allocator_type()) argument
H A Dstl_multimap.h99 typedef _Alloc allocator_type; typedef in class:multimap
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
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
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_vector.h98 typedef _Alloc allocator_type; typedef in struct:_Vector_base
194 typedef _Alloc allocator_type; typedef in class:vector
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_list.h328 typedef _Alloc allocator_type; typedef in class:_List_base
437 typedef _Alloc allocator_type; typedef in class:list
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 Dbasic_string.h119 typedef _Alloc allocator_type; typedef in class:basic_string
H A Dstl_bvector.h399 typedef _Alloc allocator_type; typedef in struct:_Bvector_base
481 typedef _Alloc allocator_type; typedef in class:vector
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
660 typedef _Alloc allocator_type; typedef in class:deque
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
591 _Rb_tree(const _Compare& __comp, const allocator_type& __a = allocator_type()) argument
/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
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
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
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
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 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
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
/freebsd-11-stable/contrib/libstdc++/include/ext/
H A Drc_string_base.h93 typedef _Alloc allocator_type; typedef in class:__rc_string_base
H A Dhashtable.h283 typedef typename _Alloc::template rebind<value_type>::other allocator_type; typedef in class:hashtable
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

Completed in 286 milliseconds