Lines Matching refs:_Base
311 _Base; typedef
313 typedef typename _Base::allocator_type allocator_type;
315 _Bvector_base(const allocator_type& __a) : _Base(__a) {} in _Bvector_base()
316 ~_Bvector_base() { _Base::_M_deallocate(); } in ~_Bvector_base()
375 typedef _Bvector_base<_Alloc> _Base; typedef
377 typedef _Bvector_base<__STL_DEFAULT_ALLOCATOR(bool) > _Base;
401 typedef typename _Base::allocator_type allocator_type;
402 allocator_type get_allocator() const { return _Base::get_allocator(); } in get_allocator()
406 using _Base::_M_bit_alloc;
407 using _Base::_M_deallocate;
408 using _Base::_M_start;
409 using _Base::_M_finish;
410 using _Base::_M_end_of_storage;
524 : _Base(__a) {} in _Base() function
528 : _Base(__a) in _Base() function
535 : _Base(allocator_type()) in __BVECTOR()
541 __BVECTOR(const __BVECTOR& __x) : _Base(__x.get_allocator()) { in __BVECTOR()
551 : _Base(__a) in _Base() function
571 : _Base(__a) in _Base() function
580 : _Base(__a) in _Base() function