Symbol: _Base
headers/cpp/ropeimpl.h
1373
: _Base(__a)
headers/cpp/std/valarray_meta.h
152
typedef typename _Base::value_type value_type;
headers/cpp/std/valarray_meta.h
157
: _Base (__e1, __e2, __f) {}
headers/cpp/std/valarray_meta.h
168
: _Base (__v, __w, __f) {}
headers/cpp/std/valarray_meta.h
180
: _Base (__e, __v, __f) {}
headers/cpp/std/valarray_meta.h
192
: _Base (__v, __e, __f) {}
headers/cpp/std/valarray_meta.h
203
: _Base (__e, __t, __f) {}
headers/cpp/std/valarray_meta.h
214
: _Base (__t, __e, __f) {}
headers/cpp/std/valarray_meta.h
225
: _Base (__v, __t, __f) {}
headers/cpp/std/valarray_meta.h
236
: _Base (__t, __v, __f) {}
headers/cpp/std/valarray_meta.h
263
typedef typename _Base::value_type value_type;
headers/cpp/std/valarray_meta.h
266
_ValFunClos (const _Dom& __e, _Tp __f (_Tp)) : _Base (__e, __f) {}
headers/cpp/std/valarray_meta.h
276
: _Base (__v, __f) {}
headers/cpp/std/valarray_meta.h
283
typedef typename _Base::value_type value_type;
headers/cpp/std/valarray_meta.h
287
: _Base (__e, __f) {}
headers/cpp/std/valarray_meta.h
297
: _Base (__v, __f) {}
headers/cpp/std/valarray_meta.h
327
typedef typename _Base::value_type value_type;
headers/cpp/std/valarray_meta.h
329
_UnClos (const _Arg& __e) : _Base(__e) {}
headers/cpp/std/valarray_meta.h
336
typedef typename _Base::value_type value_type;
headers/cpp/std/valarray_meta.h
338
_UnClos (const _Arg& __e) : _Base(__e) {}
headers/cpp/std/valarray_meta.h
419
typedef typename _Base::value_type value_type;
headers/cpp/std/valarray_meta.h
421
_BinClos(const _Dom1& __e1, const _Dom2& __e2) : _Base(__e1, __e2) {}
headers/cpp/std/valarray_meta.h
431
: _Base (__v, __w) {}
headers/cpp/std/valarray_meta.h
439
typedef typename _Base::value_type value_type;
headers/cpp/std/valarray_meta.h
442
: _Base (__e1, __e2) {}
headers/cpp/std/valarray_meta.h
450
typedef typename _Base::value_type value_type;
headers/cpp/std/valarray_meta.h
453
: _Base (__e1, __e2) {}
headers/cpp/std/valarray_meta.h
461
typedef typename _Base::value_type value_type;
headers/cpp/std/valarray_meta.h
463
_BinClos (const _Dom& __e1, const _Tp& __e2) : _Base (__e1, __e2) {}
headers/cpp/std/valarray_meta.h
471
typedef typename _Base::value_type value_type;
headers/cpp/std/valarray_meta.h
473
_BinClos (const _Tp& __e1, const _Dom& __e2) : _Base (__e1, __e2) {}
headers/cpp/std/valarray_meta.h
480
typedef typename _Base::value_type value_type;
headers/cpp/std/valarray_meta.h
483
: _Base (__v, __t) {}
headers/cpp/std/valarray_meta.h
490
typedef typename _Base::value_type value_type;
headers/cpp/std/valarray_meta.h
493
: _Base (__t, __v) {}
headers/cpp/std/valarray_meta.h
534
typedef typename _Base::value_type value_type;
headers/cpp/std/valarray_meta.h
536
_SClos (const _Dom& __e, const slice& __s) : _Base (__e, __s) {}
headers/cpp/std/valarray_meta.h
544
_SClos (_Array<_Tp> __a, const slice& __s) : _Base (__a, __s) {}
headers/cpp/std/valarray_meta.h
582
typedef typename _Base::value_type value_type;
headers/cpp/std/valarray_meta.h
585
: _Base (__e, __i) {}
headers/cpp/std/valarray_meta.h
591
typedef typename _Base::value_type value_type;
headers/cpp/std/valarray_meta.h
594
: _Base (__a, __i) {}
headers/cpp/std/valarray_meta.h
618
typedef typename _Base::value_type value_type;
headers/cpp/std/valarray_meta.h
621
: _Base (__e, __i) {}
headers/cpp/std/valarray_meta.h
630
: _Base (__a, __i) {}
headers/cpp/std/valarray_meta.h
72
typedef typename _Base::value_type value_type;
headers/cpp/std/valarray_meta.h
75
: _Base (__e, __f) {}
headers/cpp/std/valarray_meta.h
81
typedef typename _Base::value_type value_type;
headers/cpp/std/valarray_meta.h
84
: _Base (__v, __f) {}
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
316
~_Bvector_base() { _Base::_M_deallocate(); }
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
406
using _Base::_M_bit_alloc;
headers/cpp/stl_bvector.h
407
using _Base::_M_deallocate;
headers/cpp/stl_bvector.h
408
using _Base::_M_start;
headers/cpp/stl_bvector.h
409
using _Base::_M_finish;
headers/cpp/stl_bvector.h
410
using _Base::_M_end_of_storage;
headers/cpp/stl_bvector.h
524
: _Base(__a) {}
headers/cpp/stl_bvector.h
528
: _Base(__a)
headers/cpp/stl_bvector.h
535
: _Base(allocator_type())
headers/cpp/stl_bvector.h
541
__BVECTOR(const __BVECTOR& __x) : _Base(__x.get_allocator()) {
headers/cpp/stl_bvector.h
551
: _Base(__a)
headers/cpp/stl_bvector.h
571
: _Base(__a)
headers/cpp/stl_bvector.h
580
: _Base(__a)
headers/cpp/stl_deque.h
343
typedef typename _Base::allocator_type allocator_type;
headers/cpp/stl_deque.h
348
: _Base(__a), _M_start(), _M_finish()
headers/cpp/stl_deque.h
351
: _Base(__a), _M_start(), _M_finish() {}
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
495
typedef typename _Base::iterator iterator;
headers/cpp/stl_deque.h
496
typedef typename _Base::const_iterator const_iterator;
headers/cpp/stl_deque.h
516
using _Base::_M_initialize_map;
headers/cpp/stl_deque.h
517
using _Base::_M_create_nodes;
headers/cpp/stl_deque.h
518
using _Base::_M_destroy_nodes;
headers/cpp/stl_deque.h
519
using _Base::_M_allocate_node;
headers/cpp/stl_deque.h
520
using _Base::_M_deallocate_node;
headers/cpp/stl_deque.h
521
using _Base::_M_allocate_map;
headers/cpp/stl_deque.h
522
using _Base::_M_deallocate_map;
headers/cpp/stl_deque.h
524
using _Base::_M_map;
headers/cpp/stl_deque.h
525
using _Base::_M_map_size;
headers/cpp/stl_deque.h
526
using _Base::_M_start;
headers/cpp/stl_deque.h
527
using _Base::_M_finish;
headers/cpp/stl_deque.h
567
: _Base(__a, 0) {}
headers/cpp/stl_deque.h
568
deque(const deque& __x) : _Base(__x.get_allocator(), __x.size())
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
602
: _Base(__a, __last - __first)
headers/cpp/stl_deque.h
606
: _Base(__a, __last - __first)
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
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
283
using _Base::_M_node;
headers/cpp/stl_list.h
284
using _Base::_M_put_node;
headers/cpp/stl_list.h
285
using _Base::_M_get_node;
headers/cpp/stl_list.h
310
explicit list(const allocator_type& __a = allocator_type()) : _Base(__a) {}
headers/cpp/stl_list.h
394
void clear() { _Base::clear(); }
headers/cpp/stl_list.h
406
: _Base(__a)
headers/cpp/stl_list.h
409
: _Base(allocator_type())
headers/cpp/stl_list.h
419
: _Base(__a)
headers/cpp/stl_list.h
426
: _Base(__a)
headers/cpp/stl_list.h
430
: _Base(__a)
headers/cpp/stl_list.h
434
list(const list<_Tp, _Alloc>& __x) : _Base(__x.get_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
1285
typedef typename _Base::allocator_type allocator_type;
headers/cpp/stl_rope.h
1287
using _Base::_M_tree_ptr;
headers/cpp/stl_rope.h
1547
: _Base(__t,__a) { }
headers/cpp/stl_rope.h
1615
: _Base(__STL_ROPE_FROM_UNOWNED_CHAR_PTR(__s, _S_char_ptr_len(__s),
headers/cpp/stl_rope.h
1621
: _Base(__STL_ROPE_FROM_UNOWNED_CHAR_PTR(__s, __len, __a), __a)
headers/cpp/stl_rope.h
1629
: _Base(__STL_ROPE_FROM_UNOWNED_CHAR_PTR(__s, __e - __s, __a), __a)
headers/cpp/stl_rope.h
1634
: _Base(_S_substring(__s._M_root, __s._M_current_pos,
headers/cpp/stl_rope.h
1640
: _Base(_S_substring(__s._M_root, __s._M_current_pos,
headers/cpp/stl_rope.h
1645
: _Base(__a)
headers/cpp/stl_rope.h
1660
: _Base(0, __a) {}
headers/cpp/stl_rope.h
1665
: _Base(__a)
headers/cpp/stl_rope.h
1672
: _Base(__x._M_tree_ptr, __a)
headers/cpp/stl_rope.h
339
typedef typename _Base::allocator_type allocator_type;
headers/cpp/stl_rope.h
341
: _Base(__size, __a) {}
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
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
346
using _Base::_M_get_node;
headers/cpp/stl_slist.h
347
using _Base::_M_put_node;
headers/cpp/stl_slist.h
348
using _Base::_M_erase_after;
headers/cpp/stl_slist.h
349
using _Base::_M_head;
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_slist.h
379
slist(const slist& __x) : _Base(__x.get_allocator())
headers/cpp/stl_tree.h
1314
typedef typename _Base::allocator_type allocator_type;
headers/cpp/stl_tree.h
1318
: _Base(__comp, __a) {}
headers/cpp/stl_tree.h
488
typedef typename _Base::allocator_type allocator_type;
headers/cpp/stl_tree.h
491
: _Base(__a) { _M_header = _M_get_node(); }
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
545
using _Base::_M_get_node;
headers/cpp/stl_tree.h
546
using _Base::_M_put_node;
headers/cpp/stl_tree.h
547
using _Base::_M_header;
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
653
: _Base(__a), _M_node_count(0), _M_key_compare(__comp)
headers/cpp/stl_tree.h
657
: _Base(__x.get_allocator()),
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
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
185
using _Base::_M_allocate;
headers/cpp/stl_vector.h
186
using _Base::_M_deallocate;
headers/cpp/stl_vector.h
187
using _Base::_M_start;
headers/cpp/stl_vector.h
188
using _Base::_M_finish;
headers/cpp/stl_vector.h
189
using _Base::_M_end_of_storage;
headers/cpp/stl_vector.h
236
: _Base(__a) {}
headers/cpp/stl_vector.h
240
: _Base(__n, __a)
headers/cpp/stl_vector.h
244
: _Base(__n, allocator_type())
headers/cpp/stl_vector.h
248
: _Base(__x.size(), __x.get_allocator())
headers/cpp/stl_vector.h
255
const allocator_type& __a = allocator_type()) : _Base(__a) {
headers/cpp/stl_vector.h
276
: _Base(__last - __first, __a)