Searched defs:_Vector_base (Results 1 – 5 of 5) sorted by relevance
23 struct _Vector_base struct25 typedef typename _Alloc::template rebind<_Tp>::other _Tp_alloc_type;26 struct _Vector_impl30 typedef _Alloc allocator_type;31 _Vector_base(const allocator_type& __a) in _Vector_base() argument34 ~_Vector_base() { } in ~_Vector_base()35 _Vector_impl _M_impl;
14 template < typename _Tp, typename _Alloc > struct _Vector_base { struct19 _Vector_base () { in _Vector_base() function26 allocator < _Tp > >struct vector:_Vector_base < _Tp, _Alloc > { }; argument
101 template < typename _Tp, typename _Alloc > struct _Vector_base { struct106 _Vector_base () { in _Vector_base() argument113 allocator < _Tp > >struct vector:_Vector_base < _Tp, _Alloc > { }; argument141 template < typename, typename > struct _Vector_base { struct
41 template < typename _Tp, typename _Alloc> struct _Vector_base struct43 struct _Vector_impl48 _Vector_impl _M_impl;
1 template <typename> struct _Vector_base {}; struct