Searched refs:_Vector_base (Results 1 – 5 of 5) sorted by relevance
77 struct _Vector_base struct112 _Vector_base() in _Vector_base() function115 _Vector_base(const allocator_type& __a) in _Vector_base() function119 _Vector_base(size_t __n, const allocator_type& __a) in _Vector_base() argument130 ~_Vector_base() in ~_Vector_base() argument170 class vector : protected _Vector_base<_Tp, _Alloc>177 typedef _Vector_base<_Tp, _Alloc> _Base;
2779 * include/bits/stl_vector.h: Add concept-check. In class _Vector_base
5479 * include/bits/stl_vector.h (_Vector_base<>::get_allocator): Tidy.
4223 it derive from the allocator, instead of the _Vector_base class,
240 (_Vector_base): Inherit directly from the vector's allocator. Use