Home
last modified time | relevance | path

Searched refs:allocator_type (Results 1 – 25 of 61) sorted by relevance

123

/freebsd-12.1/contrib/libc++/include/
H A Dset59 const allocator_type& a);
65 explicit set(const allocator_type& a);
66 set(const set& s, const allocator_type& a);
67 set(set&& s, const allocator_type& a);
70 const allocator_type& a);
265 explicit multiset(const allocator_type& a);
270 const allocator_type& a);
515 const allocator_type& __a)
550 explicit set(const allocator_type& __a)
572 const allocator_type& __a)
[all …]
H A Dunordered_set56 const allocator_type& a = allocator_type());
61 const allocator_type& a = allocator_type());
73 const allocator_type& a = allocator_type());
220 const allocator_type& a = allocator_type());
225 const allocator_type& a = allocator_type());
237 const allocator_type& a = allocator_type());
441 const allocator_type& __a);
478 const allocator_type& __a);
798 const allocator_type& __a)
1316 const allocator_type& __a)
[all …]
H A Dunordered_map57 const allocator_type& a = allocator_type());
62 const allocator_type& a = allocator_type());
74 const allocator_type& a = allocator_type());
84 const allocator_type& a)
89 const allocator_type& a)
255 const allocator_type& a = allocator_type());
260 const allocator_type& a = allocator_type());
272 const allocator_type& a = allocator_type());
282 const allocator_type& a)
287 const allocator_type& a)
[all …]
H A Dvector39 explicit vector(const allocator_type&);
42 vector(size_type n, const value_type& value, const allocator_type& = allocator_type());
44 vector(InputIterator first, InputIterator last, const allocator_type& = allocator_type());
164 explicit vector(const allocator_type&);
165 explicit vector(size_type n, const allocator_type& a = allocator_type()); // C++14
166 vector(size_type n, const value_type& value, const allocator_type& = allocator_type());
168 vector(InputIterator first, InputIterator last, const allocator_type& = allocator_type());
348 allocator_type& __alloc() _NOEXCEPT
1026 allocator_type& __a = this->__alloc();
1048 allocator_type& __a = this->__alloc();
[all …]
H A Dmap77 explicit map(const allocator_type& a);
78 map(const map& m, const allocator_type& a);
79 map(map&& m, const allocator_type& a);
308 const allocator_type& a);
314 explicit multimap(const allocator_type& a);
319 const allocator_type& a);
611 allocator_type& __na_;
1037 map(map&& __m, const allocator_type& __a);
1077 explicit map(const allocator_type& __a)
1135 allocator_type get_allocator() const _NOEXCEPT {return allocator_type(__tree_.__alloc());}
[all …]
H A Dsstream27 typedef Allocator allocator_type;
40 basic_string<char_type, traits_type, allocator_type> str() const;
72 typedef Allocator allocator_type;
86 basic_string<char_type, traits_type, allocator_type> str() const;
108 typedef Allocator allocator_type;
144 typedef Allocator allocator_type;
200 typedef _Allocator allocator_type;
639 typedef _Allocator allocator_type;
644 basic_stringbuf<char_type, traits_type, allocator_type> __sb_;
756 typedef _Allocator allocator_type;
[all …]
H A Dforward_list25 typedef Allocator allocator_type;
39 explicit forward_list(const allocator_type& a);
52 forward_list(forward_list&& x, const allocator_type& a);
70 allocator_type get_allocator() const noexcept;
451 typedef _Alloc allocator_type;
461 allocator_traits<allocator_type>, __begin_node
637 typedef _Alloc allocator_type;
657 explicit forward_list(const allocator_type& __a);
671 const allocator_type& __a,
715 allocator_type get_allocator() const _NOEXCEPT
[all …]
H A Ddeque26 typedef Allocator allocator_type;
42 explicit deque(const allocator_type& a);
56 deque(deque&& c, const allocator_type& a);
1178 allocator_type& __a = __alloc();
1206 typedef _Allocator allocator_type;
1719 allocator_type& __a = __base::__alloc();
1826 allocator_type& __a = __base::__alloc();
1838 allocator_type& __a = __base::__alloc();
1852 allocator_type& __a = __base::__alloc();
1869 allocator_type& __a = __base::__alloc();
[all …]
H A D__node_handle53 typedef _Alloc allocator_type;
57 optional<allocator_type> __alloc_;
72 allocator_type, _NodeType>::type __node_alloc_type;
82 allocator_type const& __alloc)
124 allocator_type get_allocator() const { return *__alloc_; }
/freebsd-12.1/contrib/libc++/include/ext/
H A Dhash_set44 const allocator_type& a = allocator_type());
49 const allocator_type& a = allocator_type());
54 allocator_type get_allocator() const;
130 const allocator_type& a = allocator_type());
135 const allocator_type& a = allocator_type());
140 allocator_type get_allocator() const;
246 const allocator_type& __a);
256 const allocator_type& __a);
260 allocator_type get_allocator() const
482 allocator_type get_allocator() const
[all …]
H A Dhash_map45 const allocator_type& a = allocator_type());
50 const allocator_type& a = allocator_type());
55 allocator_type get_allocator() const;
134 const allocator_type& a = allocator_type());
139 const allocator_type& a = allocator_type());
145 allocator_type get_allocator() const;
319 allocator_type& __na_;
527 allocator_type get_allocator() const
617 const allocator_type& __a)
800 allocator_type get_allocator() const
[all …]
/freebsd-12.1/contrib/libstdc++/include/tr1/
H A Dunordered_set71 typedef typename _Base::allocator_type allocator_type;
77 const allocator_type& __a = allocator_type())
88 const allocator_type& __a = allocator_type())
120 typedef typename _Base::allocator_type allocator_type;
126 const allocator_type& __a = allocator_type())
138 const allocator_type& __a = allocator_type())
H A Dunordered_map71 typedef typename _Base::allocator_type allocator_type;
77 const allocator_type& __a = allocator_type())
88 const allocator_type& __a = allocator_type())
122 typedef typename _Base::allocator_type allocator_type;
128 const allocator_type& __a = allocator_type())
140 const allocator_type& __a = allocator_type())
/freebsd-12.1/contrib/libstdc++/include/ext/
H A Dhash_set111 typedef typename _Ht::allocator_type allocator_type;
121 allocator_type
137 const allocator_type& __a = allocator_type())
142 : _M_ht(100, hasher(), key_equal(), allocator_type())
153 : _M_ht(__n, __hf, key_equal(), allocator_type())
159 const allocator_type& __a = allocator_type())
316 typedef typename _Ht::allocator_type allocator_type;
326 allocator_type
342 const allocator_type& __a = allocator_type())
358 : _M_ht(__n, __hf, key_equal(), allocator_type())
[all …]
H A Dhash_map109 typedef typename _Ht::allocator_type allocator_type;
119 allocator_type
135 const allocator_type& __a = allocator_type())
140 : _M_ht(100, hasher(), key_equal(), allocator_type())
151 : _M_ht(__n, __hf, key_equal(), allocator_type())
157 const allocator_type& __a = allocator_type())
331 typedef typename _Ht::allocator_type allocator_type;
341 allocator_type
357 const allocator_type& __a = allocator_type())
373 : _M_ht(__n, __hf, key_equal(), allocator_type())
[all …]
/freebsd-12.1/contrib/libstdc++/include/bits/
H A Dstl_vector.h98 typedef _Alloc allocator_type; typedef
108 allocator_type
110 { return allocator_type(_M_get_Tp_allocator()); } in get_allocator()
115 _Vector_base(const allocator_type& __a) in _Vector_base()
119 _Vector_base(size_t __n, const allocator_type& __a) in _Vector_base()
194 typedef _Alloc allocator_type; typedef
212 vector(const allocator_type& __a) in vector()
225 const allocator_type& __a = allocator_type())
267 const allocator_type& __a = allocator_type())
H A Dstl_list.h328 typedef _Alloc allocator_type; typedef
342 allocator_type
344 { return allocator_type(_M_get_Node_allocator()); } in get_allocator()
350 _List_base(const allocator_type& __a) in _List_base()
437 typedef _Alloc allocator_type; typedef
483 list(const allocator_type& __a) in list()
495 const allocator_type& __a = allocator_type())
521 const allocator_type& __a = allocator_type())
583 allocator_type
H A Dstl_multiset.h105 typedef _Alloc allocator_type; in _GLIBCXX_BEGIN_NESTED_NAMESPACE() typedef
141 const allocator_type& __a = allocator_type()) in _GLIBCXX_BEGIN_NESTED_NAMESPACE()
172 const allocator_type& __a = allocator_type()) in _GLIBCXX_BEGIN_NESTED_NAMESPACE()
211 allocator_type in _GLIBCXX_BEGIN_NESTED_NAMESPACE()
H A Dstl_set.h110 typedef _Alloc allocator_type; in _GLIBCXX_BEGIN_NESTED_NAMESPACE() typedef
151 const allocator_type& __a = allocator_type()) in _GLIBCXX_BEGIN_NESTED_NAMESPACE()
182 const allocator_type& __a = allocator_type()) in _GLIBCXX_BEGIN_NESTED_NAMESPACE()
221 allocator_type in _GLIBCXX_BEGIN_NESTED_NAMESPACE()
H A Dstl_multimap.h99 typedef _Alloc allocator_type; in _GLIBCXX_BEGIN_NESTED_NAMESPACE() typedef
163 const allocator_type& __a = allocator_type()) in _GLIBCXX_BEGIN_NESTED_NAMESPACE()
204 const allocator_type& __a = allocator_type()) in _GLIBCXX_BEGIN_NESTED_NAMESPACE()
232 allocator_type in _GLIBCXX_BEGIN_NESTED_NAMESPACE()
H A Dstl_map.h100 typedef _Alloc allocator_type; in _GLIBCXX_BEGIN_NESTED_NAMESPACE() typedef
165 map(const _Compare& __comp, const allocator_type& __a = allocator_type()) in _GLIBCXX_BEGIN_NESTED_NAMESPACE()
205 const _Compare& __comp, const allocator_type& __a = allocator_type()) in _GLIBCXX_BEGIN_NESTED_NAMESPACE()
233 allocator_type in _GLIBCXX_BEGIN_NESTED_NAMESPACE()
/freebsd-12.1/contrib/libstdc++/include/debug/
H A Dhash_multiset.h75 typedef typename _Base::allocator_type allocator_type; typedef
88 const allocator_type& __a = allocator_type())
111 const allocator_type& __a = allocator_type())
H A Dhash_multimap.h77 typedef typename _Base::allocator_type allocator_type; typedef
90 const allocator_type& __a = allocator_type())
109 const allocator_type& __a = allocator_type())
H A Dhash_set.h75 typedef typename _Base::allocator_type allocator_type; typedef
88 const allocator_type& __a = allocator_type())
107 const allocator_type& __a = allocator_type())
H A Dhash_map.h78 typedef typename _Base::allocator_type allocator_type; typedef
91 const allocator_type& __a = allocator_type())
110 const allocator_type& __a = allocator_type())

123