Symbol: allocator_type
headers/cpp/ropeimpl.h
1372
const allocator_type& __a)
headers/cpp/ropeimpl.h
300
allocator_type __a)
headers/cpp/ropeimpl.h
371
(const _CharT*, size_t, allocator_type)
headers/cpp/stl_bvector.h
253
typedef typename _Alloc_traits<bool, _Allocator>::allocator_type
headers/cpp/stl_bvector.h
255
allocator_type get_allocator() const { return _M_data_allocator; }
headers/cpp/stl_bvector.h
257
_Bvector_alloc_base(const allocator_type& __a)
headers/cpp/stl_bvector.h
269
typename _Alloc_traits<unsigned int, _Allocator>::allocator_type
headers/cpp/stl_bvector.h
280
typedef typename _Alloc_traits<bool, _Allocator>::allocator_type
headers/cpp/stl_bvector.h
282
allocator_type get_allocator() const { return allocator_type(); }
headers/cpp/stl_bvector.h
284
_Bvector_alloc_base(const allocator_type&)
headers/cpp/stl_bvector.h
313
typedef typename _Base::allocator_type allocator_type;
headers/cpp/stl_bvector.h
315
_Bvector_base(const allocator_type& __a) : _Base(__a) {}
headers/cpp/stl_bvector.h
326
allocator_type get_allocator() const { return allocator_type(); }
headers/cpp/stl_bvector.h
328
_Bvector_base(const allocator_type&)
headers/cpp/stl_bvector.h
401
typedef typename _Base::allocator_type allocator_type;
headers/cpp/stl_bvector.h
402
allocator_type get_allocator() const { return _Base::get_allocator(); }
headers/cpp/stl_bvector.h
523
explicit __BVECTOR(const allocator_type& __a = allocator_type())
headers/cpp/stl_bvector.h
527
const allocator_type& __a = allocator_type())
headers/cpp/stl_bvector.h
535
: _Base(allocator_type())
headers/cpp/stl_bvector.h
550
const allocator_type& __a = allocator_type())
headers/cpp/stl_bvector.h
570
const allocator_type& __a = allocator_type())
headers/cpp/stl_bvector.h
579
const allocator_type& __a = allocator_type())
headers/cpp/stl_deque.h
276
typedef typename _Alloc_traits<_Tp,_Alloc>::allocator_type allocator_type;
headers/cpp/stl_deque.h
277
allocator_type get_allocator() const { return node_allocator; }
headers/cpp/stl_deque.h
279
_Deque_alloc_base(const allocator_type& __a)
headers/cpp/stl_deque.h
284
typedef typename _Alloc_traits<_Tp*, _Alloc>::allocator_type
headers/cpp/stl_deque.h
287
allocator_type node_allocator;
headers/cpp/stl_deque.h
310
typedef typename _Alloc_traits<_Tp,_Alloc>::allocator_type allocator_type;
headers/cpp/stl_deque.h
311
allocator_type get_allocator() const { return allocator_type(); }
headers/cpp/stl_deque.h
313
_Deque_alloc_base(const allocator_type&) : _M_map(0), _M_map_size(0) {}
headers/cpp/stl_deque.h
343
typedef typename _Base::allocator_type allocator_type;
headers/cpp/stl_deque.h
347
_Deque_base(const allocator_type& __a, size_t __num_elements)
headers/cpp/stl_deque.h
350
_Deque_base(const allocator_type& __a)
headers/cpp/stl_deque.h
379
allocator_type get_allocator() const { return allocator_type(); }
headers/cpp/stl_deque.h
381
_Deque_base(const allocator_type&, size_t __num_elements)
headers/cpp/stl_deque.h
385
_Deque_base(const allocator_type&)
headers/cpp/stl_deque.h
491
typedef typename _Base::allocator_type allocator_type;
headers/cpp/stl_deque.h
492
allocator_type get_allocator() const { return _Base::get_allocator(); }
headers/cpp/stl_deque.h
566
explicit deque(const allocator_type& __a = allocator_type())
headers/cpp/stl_deque.h
571
const allocator_type& __a = allocator_type()) : _Base(__a, __n)
headers/cpp/stl_deque.h
573
explicit deque(size_type __n) : _Base(allocator_type(), __n)
headers/cpp/stl_deque.h
581
const allocator_type& __a = allocator_type()) : _Base(__a) {
headers/cpp/stl_deque.h
601
const allocator_type& __a = allocator_type())
headers/cpp/stl_deque.h
605
const allocator_type& __a = allocator_type())
headers/cpp/stl_hash_map.h
103
: _M_ht(__n, __hf, key_equal(), allocator_type())
headers/cpp/stl_hash_map.h
108
const allocator_type& __a = allocator_type())
headers/cpp/stl_hash_map.h
114
: _M_ht(100, hasher(), key_equal(), allocator_type())
headers/cpp/stl_hash_map.h
117
: _M_ht(__n, hasher(), key_equal(), allocator_type())
headers/cpp/stl_hash_map.h
121
: _M_ht(__n, __hf, key_equal(), allocator_type())
headers/cpp/stl_hash_map.h
125
const allocator_type& __a = allocator_type())
headers/cpp/stl_hash_map.h
130
: _M_ht(100, hasher(), key_equal(), allocator_type())
headers/cpp/stl_hash_map.h
133
: _M_ht(__n, hasher(), key_equal(), allocator_type())
headers/cpp/stl_hash_map.h
137
: _M_ht(__n, __hf, key_equal(), allocator_type())
headers/cpp/stl_hash_map.h
141
const allocator_type& __a = allocator_type())
headers/cpp/stl_hash_map.h
258
typedef typename _Ht::allocator_type allocator_type;
headers/cpp/stl_hash_map.h
262
allocator_type get_allocator() const { return _M_ht.get_allocator(); }
headers/cpp/stl_hash_map.h
265
hash_multimap() : _M_ht(100, hasher(), key_equal(), allocator_type()) {}
headers/cpp/stl_hash_map.h
267
: _M_ht(__n, hasher(), key_equal(), allocator_type()) {}
headers/cpp/stl_hash_map.h
269
: _M_ht(__n, __hf, key_equal(), allocator_type()) {}
headers/cpp/stl_hash_map.h
271
const allocator_type& __a = allocator_type())
headers/cpp/stl_hash_map.h
277
: _M_ht(100, hasher(), key_equal(), allocator_type())
headers/cpp/stl_hash_map.h
281
: _M_ht(__n, hasher(), key_equal(), allocator_type())
headers/cpp/stl_hash_map.h
286
: _M_ht(__n, __hf, key_equal(), allocator_type())
headers/cpp/stl_hash_map.h
291
const allocator_type& __a = allocator_type())
headers/cpp/stl_hash_map.h
297
: _M_ht(100, hasher(), key_equal(), allocator_type())
headers/cpp/stl_hash_map.h
300
: _M_ht(__n, hasher(), key_equal(), allocator_type())
headers/cpp/stl_hash_map.h
304
: _M_ht(__n, __hf, key_equal(), allocator_type())
headers/cpp/stl_hash_map.h
308
const allocator_type& __a = allocator_type())
headers/cpp/stl_hash_map.h
313
: _M_ht(100, hasher(), key_equal(), allocator_type())
headers/cpp/stl_hash_map.h
316
: _M_ht(__n, hasher(), key_equal(), allocator_type())
headers/cpp/stl_hash_map.h
320
: _M_ht(__n, __hf, key_equal(), allocator_type())
headers/cpp/stl_hash_map.h
324
const allocator_type& __a = allocator_type())
headers/cpp/stl_hash_map.h
75
typedef typename _Ht::allocator_type allocator_type;
headers/cpp/stl_hash_map.h
79
allocator_type get_allocator() const { return _M_ht.get_allocator(); }
headers/cpp/stl_hash_map.h
82
hash_map() : _M_ht(100, hasher(), key_equal(), allocator_type()) {}
headers/cpp/stl_hash_map.h
84
: _M_ht(__n, hasher(), key_equal(), allocator_type()) {}
headers/cpp/stl_hash_map.h
86
: _M_ht(__n, __hf, key_equal(), allocator_type()) {}
headers/cpp/stl_hash_map.h
88
const allocator_type& __a = allocator_type())
headers/cpp/stl_hash_map.h
94
: _M_ht(100, hasher(), key_equal(), allocator_type())
headers/cpp/stl_hash_map.h
98
: _M_ht(__n, hasher(), key_equal(), allocator_type())
headers/cpp/stl_hash_set.h
101
: _M_ht(__n, __hf, key_equal(), allocator_type())
headers/cpp/stl_hash_set.h
106
const allocator_type& __a = allocator_type())
headers/cpp/stl_hash_set.h
112
: _M_ht(100, hasher(), key_equal(), allocator_type())
headers/cpp/stl_hash_set.h
115
: _M_ht(__n, hasher(), key_equal(), allocator_type())
headers/cpp/stl_hash_set.h
119
: _M_ht(__n, __hf, key_equal(), allocator_type())
headers/cpp/stl_hash_set.h
123
const allocator_type& __a = allocator_type())
headers/cpp/stl_hash_set.h
128
: _M_ht(100, hasher(), key_equal(), allocator_type())
headers/cpp/stl_hash_set.h
131
: _M_ht(__n, hasher(), key_equal(), allocator_type())
headers/cpp/stl_hash_set.h
135
: _M_ht(__n, __hf, key_equal(), allocator_type())
headers/cpp/stl_hash_set.h
139
const allocator_type& __a = allocator_type())
headers/cpp/stl_hash_set.h
251
typedef typename _Ht::allocator_type allocator_type;
headers/cpp/stl_hash_set.h
255
allocator_type get_allocator() const { return _M_ht.get_allocator(); }
headers/cpp/stl_hash_set.h
259
: _M_ht(100, hasher(), key_equal(), allocator_type()) {}
headers/cpp/stl_hash_set.h
261
: _M_ht(__n, hasher(), key_equal(), allocator_type()) {}
headers/cpp/stl_hash_set.h
263
: _M_ht(__n, __hf, key_equal(), allocator_type()) {}
headers/cpp/stl_hash_set.h
265
const allocator_type& __a = allocator_type())
headers/cpp/stl_hash_set.h
271
: _M_ht(100, hasher(), key_equal(), allocator_type())
headers/cpp/stl_hash_set.h
275
: _M_ht(__n, hasher(), key_equal(), allocator_type())
headers/cpp/stl_hash_set.h
280
: _M_ht(__n, __hf, key_equal(), allocator_type())
headers/cpp/stl_hash_set.h
285
const allocator_type& __a = allocator_type())
headers/cpp/stl_hash_set.h
291
: _M_ht(100, hasher(), key_equal(), allocator_type())
headers/cpp/stl_hash_set.h
294
: _M_ht(__n, hasher(), key_equal(), allocator_type())
headers/cpp/stl_hash_set.h
298
: _M_ht(__n, __hf, key_equal(), allocator_type())
headers/cpp/stl_hash_set.h
302
const allocator_type& __a = allocator_type())
headers/cpp/stl_hash_set.h
307
: _M_ht(100, hasher(), key_equal(), allocator_type())
headers/cpp/stl_hash_set.h
310
: _M_ht(__n, hasher(), key_equal(), allocator_type())
headers/cpp/stl_hash_set.h
314
: _M_ht(__n, __hf, key_equal(), allocator_type())
headers/cpp/stl_hash_set.h
318
const allocator_type& __a = allocator_type())
headers/cpp/stl_hash_set.h
72
typedef typename _Ht::allocator_type allocator_type;
headers/cpp/stl_hash_set.h
76
allocator_type get_allocator() const { return _M_ht.get_allocator(); }
headers/cpp/stl_hash_set.h
80
: _M_ht(100, hasher(), key_equal(), allocator_type()) {}
headers/cpp/stl_hash_set.h
82
: _M_ht(__n, hasher(), key_equal(), allocator_type()) {}
headers/cpp/stl_hash_set.h
84
: _M_ht(__n, __hf, key_equal(), allocator_type()) {}
headers/cpp/stl_hash_set.h
86
const allocator_type& __a = allocator_type())
headers/cpp/stl_hash_set.h
92
: _M_ht(100, hasher(), key_equal(), allocator_type())
headers/cpp/stl_hash_set.h
96
: _M_ht(__n, hasher(), key_equal(), allocator_type())
headers/cpp/stl_hashtable.h
209
typedef typename _Alloc_traits<_Val,_Alloc>::allocator_type allocator_type;
headers/cpp/stl_hashtable.h
210
allocator_type get_allocator() const { return _M_node_allocator; }
headers/cpp/stl_hashtable.h
212
typename _Alloc_traits<_Node, _Alloc>::allocator_type _M_node_allocator;
headers/cpp/stl_hashtable.h
219
allocator_type get_allocator() const { return allocator_type(); }
headers/cpp/stl_hashtable.h
251
const allocator_type& __a = allocator_type())
headers/cpp/stl_hashtable.h
265
const allocator_type& __a = allocator_type())
headers/cpp/stl_list.h
136
typedef typename _Alloc_traits<_Tp, _Allocator>::allocator_type
headers/cpp/stl_list.h
138
allocator_type get_allocator() const { return _Node_allocator; }
headers/cpp/stl_list.h
140
_List_alloc_base(const allocator_type& __a) : _Node_allocator(__a) {}
headers/cpp/stl_list.h
149
typename _Alloc_traits<_List_node<_Tp>, _Allocator>::allocator_type
headers/cpp/stl_list.h
159
typedef typename _Alloc_traits<_Tp, _Allocator>::allocator_type
headers/cpp/stl_list.h
161
allocator_type get_allocator() const { return allocator_type(); }
headers/cpp/stl_list.h
163
_List_alloc_base(const allocator_type&) {}
headers/cpp/stl_list.h
184
typedef typename _Base::allocator_type allocator_type;
headers/cpp/stl_list.h
186
_List_base(const allocator_type& __a) : _Base(__a) {
headers/cpp/stl_list.h
206
allocator_type get_allocator() const { return allocator_type(); }
headers/cpp/stl_list.h
208
_List_base(const allocator_type&) {
headers/cpp/stl_list.h
262
typedef typename _Base::allocator_type allocator_type;
headers/cpp/stl_list.h
263
allocator_type get_allocator() const { return _Base::get_allocator(); }
headers/cpp/stl_list.h
310
explicit list(const allocator_type& __a = allocator_type()) : _Base(__a) {}
headers/cpp/stl_list.h
405
const allocator_type& __a = allocator_type())
headers/cpp/stl_list.h
409
: _Base(allocator_type())
headers/cpp/stl_list.h
418
const allocator_type& __a = allocator_type())
headers/cpp/stl_list.h
425
const allocator_type& __a = allocator_type())
headers/cpp/stl_list.h
429
const allocator_type& __a = allocator_type())
headers/cpp/stl_map.h
103
const allocator_type& __a = allocator_type())
headers/cpp/stl_map.h
107
: _M_t(_Compare(), allocator_type())
headers/cpp/stl_map.h
112
const allocator_type& __a = allocator_type())
headers/cpp/stl_map.h
116
: _M_t(_Compare(), allocator_type())
headers/cpp/stl_map.h
120
const allocator_type& __a = allocator_type())
headers/cpp/stl_map.h
137
allocator_type get_allocator() const { return _M_t.get_allocator(); }
headers/cpp/stl_map.h
86
typedef typename _Rep_type::allocator_type allocator_type;
headers/cpp/stl_map.h
90
map() : _M_t(_Compare(), allocator_type()) {}
headers/cpp/stl_map.h
92
const allocator_type& __a = allocator_type())
headers/cpp/stl_map.h
98
: _M_t(_Compare(), allocator_type())
headers/cpp/stl_multimap.h
103
const allocator_type& __a = allocator_type())
headers/cpp/stl_multimap.h
107
: _M_t(_Compare(), allocator_type())
headers/cpp/stl_multimap.h
111
const allocator_type& __a = allocator_type())
headers/cpp/stl_multimap.h
115
: _M_t(_Compare(), allocator_type())
headers/cpp/stl_multimap.h
119
const allocator_type& __a = allocator_type())
headers/cpp/stl_multimap.h
134
allocator_type get_allocator() const { return _M_t.get_allocator(); }
headers/cpp/stl_multimap.h
85
typedef typename _Rep_type::allocator_type allocator_type;
headers/cpp/stl_multimap.h
89
multimap() : _M_t(_Compare(), allocator_type()) { }
headers/cpp/stl_multimap.h
91
const allocator_type& __a = allocator_type())
headers/cpp/stl_multimap.h
97
: _M_t(_Compare(), allocator_type())
headers/cpp/stl_multiset.h
101
const allocator_type& __a = allocator_type())
headers/cpp/stl_multiset.h
105
: _M_t(_Compare(), allocator_type())
headers/cpp/stl_multiset.h
110
const allocator_type& __a = allocator_type())
headers/cpp/stl_multiset.h
126
allocator_type get_allocator() const { return _M_t.get_allocator(); }
headers/cpp/stl_multiset.h
71
typedef typename _Rep_type::allocator_type allocator_type;
headers/cpp/stl_multiset.h
75
multiset() : _M_t(_Compare(), allocator_type()) {}
headers/cpp/stl_multiset.h
77
const allocator_type& __a = allocator_type())
headers/cpp/stl_multiset.h
84
: _M_t(_Compare(), allocator_type())
headers/cpp/stl_multiset.h
90
const allocator_type& __a = allocator_type())
headers/cpp/stl_multiset.h
96
: _M_t(_Compare(), allocator_type())
headers/cpp/stl_rope.h
1167
typedef typename _Alloc_traits<_CharT,_Allocator>::allocator_type
headers/cpp/stl_rope.h
1169
allocator_type get_allocator() const { return _M_data_allocator; }
headers/cpp/stl_rope.h
1170
_Rope_alloc_base(_RopeRep *__t, const allocator_type& __a)
headers/cpp/stl_rope.h
1172
_Rope_alloc_base(const allocator_type& __a)
headers/cpp/stl_rope.h
1177
allocator_type _M_data_allocator;
headers/cpp/stl_rope.h
1182
_Alloc_traits<_Tp,_Allocator>::allocator_type __name##Allocator; \
headers/cpp/stl_rope.h
1197
typedef typename _Alloc_traits<_CharT,_Allocator>::allocator_type
headers/cpp/stl_rope.h
1199
allocator_type get_allocator() const { return allocator_type(); }
headers/cpp/stl_rope.h
1200
_Rope_alloc_base(_RopeRep *__t, const allocator_type&)
headers/cpp/stl_rope.h
1202
_Rope_alloc_base(const allocator_type&) {}
headers/cpp/stl_rope.h
1212
_Alloc_traits<_Tp,_Allocator>::allocator_type __name##Allocator; \
headers/cpp/stl_rope.h
1229
typedef typename _Base::allocator_type allocator_type;
headers/cpp/stl_rope.h
1230
_Rope_base(_RopeRep* __t, const allocator_type& __a) : _Base(__t, __a) {}
headers/cpp/stl_rope.h
1231
_Rope_base(const allocator_type& __a) : _Base(__a) {}
headers/cpp/stl_rope.h
1241
static allocator_type get_allocator() { return allocator_type(); }
headers/cpp/stl_rope.h
1242
_Rope_base(_RopeRep * __t, const allocator_type&) : _M_tree_ptr(__t) {}
headers/cpp/stl_rope.h
1243
_Rope_base(const allocator_type&) {}
headers/cpp/stl_rope.h
1285
typedef typename _Base::allocator_type allocator_type;
headers/cpp/stl_rope.h
1428
size_t __size, allocator_type __a)
headers/cpp/stl_rope.h
1440
allocator_type __a)
headers/cpp/stl_rope.h
1451
size_t __size, bool __d, allocator_type __a)
headers/cpp/stl_rope.h
1463
size_t __l, allocator_type __a)
headers/cpp/stl_rope.h
1476
size_t __size, allocator_type __a)
headers/cpp/stl_rope.h
1492
allocator_type __a = allocator_type();
headers/cpp/stl_rope.h
1546
rope(_RopeRep* __t, const allocator_type& __a = allocator_type())
headers/cpp/stl_rope.h
1614
rope(const _CharT* __s, const allocator_type& __a = allocator_type())
headers/cpp/stl_rope.h
1620
const allocator_type& __a = allocator_type())
headers/cpp/stl_rope.h
1628
const allocator_type& __a = allocator_type())
headers/cpp/stl_rope.h
1633
const allocator_type& __a = allocator_type())
headers/cpp/stl_rope.h
1639
const allocator_type& __a = allocator_type())
headers/cpp/stl_rope.h
1644
rope(_CharT __c, const allocator_type& __a = allocator_type())
headers/cpp/stl_rope.h
1657
const allocator_type& __a = allocator_type());
headers/cpp/stl_rope.h
1659
rope(const allocator_type& __a = allocator_type())
headers/cpp/stl_rope.h
1664
const allocator_type& __a = allocator_type())
headers/cpp/stl_rope.h
1671
rope(const rope& __x, const allocator_type& __a = allocator_type())
headers/cpp/stl_rope.h
281
typedef typename _Alloc_traits<_CharT,_Allocator>::allocator_type
headers/cpp/stl_rope.h
283
allocator_type get_allocator() const { return _M_data_allocator; }
headers/cpp/stl_rope.h
284
_Rope_rep_alloc_base(size_t __size, const allocator_type& __a)
headers/cpp/stl_rope.h
291
allocator_type _M_data_allocator;
headers/cpp/stl_rope.h
295
_Alloc_traits<_Tp,_Allocator>::allocator_type __name##Allocator; \
headers/cpp/stl_rope.h
309
typedef typename _Alloc_traits<_CharT,_Allocator>::allocator_type
headers/cpp/stl_rope.h
311
allocator_type get_allocator() const { return allocator_type(); }
headers/cpp/stl_rope.h
312
_Rope_rep_alloc_base(size_t __size, const allocator_type&)
headers/cpp/stl_rope.h
322
_Alloc_traits<_Tp,_Allocator>::allocator_type __name##Allocator; \
headers/cpp/stl_rope.h
339
typedef typename _Base::allocator_type allocator_type;
headers/cpp/stl_rope.h
340
_Rope_rep_base(size_t __size, const allocator_type& __a)
headers/cpp/stl_rope.h
352
static allocator_type get_allocator() { return allocator_type(); }
headers/cpp/stl_rope.h
353
_Rope_rep_base(size_t __size, const allocator_type&) : _M_size(__size) {}
headers/cpp/stl_rope.h
386
typedef _Rope_rep_base<_CharT,_Alloc>::allocator_type allocator_type;
headers/cpp/stl_rope.h
388
allocator_type __a)
headers/cpp/stl_rope.h
486
allocator_type __a);
headers/cpp/stl_rope.h
563
typedef _Rope_rep_base<_CharT,_Alloc>::allocator_type allocator_type;
headers/cpp/stl_rope.h
564
_Rope_RopeLeaf(__GC_CONST _CharT* __d, size_t __size, allocator_type __a)
headers/cpp/stl_rope.h
592
typedef _Rope_rep_base<_CharT,_Alloc>::allocator_type allocator_type;
headers/cpp/stl_rope.h
595
allocator_type __a)
headers/cpp/stl_rope.h
629
typedef _Rope_rep_base<_CharT,_Alloc>::allocator_type allocator_type;
headers/cpp/stl_rope.h
631
bool __d, allocator_type __a)
headers/cpp/stl_rope.h
694
typedef _Rope_rep_base<_CharT,_Alloc>::allocator_type allocator_type;
headers/cpp/stl_rope.h
696
size_t __l, allocator_type __a)
headers/cpp/stl_set.h
101
: _M_t(_Compare(), allocator_type())
headers/cpp/stl_set.h
105
const allocator_type& __a = allocator_type())
headers/cpp/stl_set.h
120
allocator_type get_allocator() const { return _M_t.get_allocator(); }
headers/cpp/stl_set.h
71
typedef typename _Rep_type::allocator_type allocator_type;
headers/cpp/stl_set.h
75
set() : _M_t(_Compare(), allocator_type()) {}
headers/cpp/stl_set.h
77
const allocator_type& __a = allocator_type())
headers/cpp/stl_set.h
83
: _M_t(_Compare(), allocator_type())
headers/cpp/stl_set.h
88
const allocator_type& __a = allocator_type())
headers/cpp/stl_set.h
92
: _M_t(_Compare(), allocator_type())
headers/cpp/stl_set.h
97
const allocator_type& __a = allocator_type())
headers/cpp/stl_slist.h
186
typedef typename _Alloc_traits<_Tp,_Allocator>::allocator_type
headers/cpp/stl_slist.h
188
allocator_type get_allocator() const { return _M_node_allocator; }
headers/cpp/stl_slist.h
190
_Slist_alloc_base(const allocator_type& __a) : _M_node_allocator(__a) {}
headers/cpp/stl_slist.h
199
typename _Alloc_traits<_Slist_node<_Tp>,_Allocator>::allocator_type
headers/cpp/stl_slist.h
208
typedef typename _Alloc_traits<_Tp,_Allocator>::allocator_type
headers/cpp/stl_slist.h
210
allocator_type get_allocator() const { return allocator_type(); }
headers/cpp/stl_slist.h
212
_Slist_alloc_base(const allocator_type&) {}
headers/cpp/stl_slist.h
233
typedef typename _Base::allocator_type allocator_type;
headers/cpp/stl_slist.h
235
_Slist_base(const allocator_type& __a) : _Base(__a) { _M_head._M_next = 0; }
headers/cpp/stl_slist.h
257
allocator_type get_allocator() const { return allocator_type(); }
headers/cpp/stl_slist.h
259
_Slist_base(const allocator_type&) { _M_head._M_next = 0; }
headers/cpp/stl_slist.h
316
typedef typename _Base::allocator_type allocator_type;
headers/cpp/stl_slist.h
317
allocator_type get_allocator() const { return _Base::get_allocator(); }
headers/cpp/stl_slist.h
353
explicit slist(const allocator_type& __a = allocator_type()) : _Base(__a) {}
headers/cpp/stl_slist.h
356
const allocator_type& __a = allocator_type()) : _Base(__a)
headers/cpp/stl_slist.h
359
explicit slist(size_type __n) : _Base(allocator_type())
headers/cpp/stl_slist.h
367
const allocator_type& __a = allocator_type()) : _Base(__a)
headers/cpp/stl_slist.h
372
const allocator_type& __a = allocator_type()) : _Base(__a)
headers/cpp/stl_slist.h
375
const allocator_type& __a = allocator_type()) : _Base(__a)
headers/cpp/stl_tree.h
1314
typedef typename _Base::allocator_type allocator_type;
headers/cpp/stl_tree.h
1317
const allocator_type& __a = allocator_type())
headers/cpp/stl_tree.h
442
typedef typename _Alloc_traits<_Tp, _Alloc>::allocator_type allocator_type;
headers/cpp/stl_tree.h
443
allocator_type get_allocator() const { return _M_node_allocator; }
headers/cpp/stl_tree.h
445
_Rb_tree_alloc_base(const allocator_type& __a)
headers/cpp/stl_tree.h
449
typename _Alloc_traits<_Rb_tree_node<_Tp>, _Alloc>::allocator_type
headers/cpp/stl_tree.h
463
typedef typename _Alloc_traits<_Tp, _Alloc>::allocator_type allocator_type;
headers/cpp/stl_tree.h
464
allocator_type get_allocator() const { return allocator_type(); }
headers/cpp/stl_tree.h
466
_Rb_tree_alloc_base(const allocator_type&) : _M_header(0) {}
headers/cpp/stl_tree.h
488
typedef typename _Base::allocator_type allocator_type;
headers/cpp/stl_tree.h
490
_Rb_tree_base(const allocator_type& __a)
headers/cpp/stl_tree.h
502
allocator_type get_allocator() const { return allocator_type(); }
headers/cpp/stl_tree.h
504
_Rb_tree_base(const allocator_type&)
headers/cpp/stl_tree.h
540
typedef typename _Base::allocator_type allocator_type;
headers/cpp/stl_tree.h
541
allocator_type get_allocator() const { return _Base::get_allocator(); }
headers/cpp/stl_tree.h
645
: _Base(allocator_type()), _M_node_count(0), _M_key_compare()
headers/cpp/stl_tree.h
649
: _Base(allocator_type()), _M_node_count(0), _M_key_compare(__comp)
headers/cpp/stl_tree.h
652
_Rb_tree(const _Compare& __comp, const allocator_type& __a)
headers/cpp/stl_vector.h
108
typedef typename _Base::allocator_type allocator_type;
headers/cpp/stl_vector.h
110
_Vector_base(const allocator_type& __a) : _Base(__a) {}
headers/cpp/stl_vector.h
111
_Vector_base(size_t __n, const allocator_type& __a) : _Base(__a) {
headers/cpp/stl_vector.h
126
allocator_type get_allocator() const { return allocator_type(); }
headers/cpp/stl_vector.h
170
typedef typename _Base::allocator_type allocator_type;
headers/cpp/stl_vector.h
171
allocator_type get_allocator() const { return _Base::get_allocator(); }
headers/cpp/stl_vector.h
235
explicit vector(const allocator_type& __a = allocator_type())
headers/cpp/stl_vector.h
239
const allocator_type& __a = allocator_type())
headers/cpp/stl_vector.h
244
: _Base(__n, allocator_type())
headers/cpp/stl_vector.h
255
const allocator_type& __a = allocator_type()) : _Base(__a) {
headers/cpp/stl_vector.h
275
const allocator_type& __a = allocator_type())
headers/cpp/stl_vector.h
55
typedef typename _Alloc_traits<_Tp, _Allocator>::allocator_type
headers/cpp/stl_vector.h
57
allocator_type get_allocator() const { return _M_data_allocator; }
headers/cpp/stl_vector.h
59
_Vector_alloc_base(const allocator_type& __a)
headers/cpp/stl_vector.h
64
allocator_type _M_data_allocator;
headers/cpp/stl_vector.h
80
typedef typename _Alloc_traits<_Tp, _Allocator>::allocator_type
headers/cpp/stl_vector.h
82
allocator_type get_allocator() const { return allocator_type(); }
headers/cpp/stl_vector.h
84
_Vector_alloc_base(const allocator_type&)