Searched defs:_Vector_base (Results 1 – 3 of 3) sorted by relevance
77 struct _Vector_base struct79 typedef typename _Alloc::template rebind<_Tp>::other _Tp_alloc_type;81 struct _Vector_impl 107 _Vector_base(const allocator_type& __a) in _Vector_base() argument111 _Vector_base(size_t __n, const allocator_type& __a) in _Vector_base() function119 ~_Vector_base() in ~_Vector_base() argument127 _M_allocate(size_t __n) in _M_allocate()131 _M_deallocate(_Tp* __p, size_t __n) in _M_deallocate()
29 struct _Vector_base : _Vector_alloc_base struct31 _Vector_base(const allocator& __a) : _Vector_alloc_base(__a) { } in _Vector_base() argument32 ~_Vector_base() { _M_deallocate(0, _M_end_of_storage - _M_start); } in ~_Vector_base() argument37 vector(const allocator& __a = allocator()) : _Vector_base(__a) {} in _Vector_base() function
140 struct _Vector_base struct150 _Vector_base(const allocator_type& __a) in _Vector_base() argument153 _Vector_base(size_t __n, const allocator_type& __a) in _Vector_base() function161 ~_Vector_base() in ~_Vector_base() argument