Searched defs:_Vector_base (Results 1 – 7 of 7) sorted by relevance
72 struct _Vector_base in _GLIBCXX_VISIBILITY() struct75 rebind<_Tp>::other _Tp_alloc_type; in _GLIBCXX_VISIBILITY()77 pointer; in _GLIBCXX_VISIBILITY()79 struct _Vector_impl in _GLIBCXX_VISIBILITY()110 typedef _Alloc allocator_type; in _GLIBCXX_VISIBILITY()113 _M_get_Tp_allocator() _GLIBCXX_NOEXCEPT in _GLIBCXX_VISIBILITY()117 _M_get_Tp_allocator() const _GLIBCXX_NOEXCEPT in _GLIBCXX_VISIBILITY()121 get_allocator() const _GLIBCXX_NOEXCEPT in _GLIBCXX_VISIBILITY()124 _Vector_base() in _GLIBCXX_VISIBILITY() argument127 _Vector_base(const allocator_type& __a) in _GLIBCXX_VISIBILITY() function[all …]
72 struct _Vector_base in _GLIBCXX_VISIBILITY() struct75 rebind<_Tp>::other _Tp_alloc_type; in _GLIBCXX_VISIBILITY()77 pointer; in _GLIBCXX_VISIBILITY()79 struct _Vector_impl in _GLIBCXX_VISIBILITY()110 typedef _Alloc allocator_type; in _GLIBCXX_VISIBILITY()113 _M_get_Tp_allocator() _GLIBCXX_NOEXCEPT in _GLIBCXX_VISIBILITY()117 _M_get_Tp_allocator() const _GLIBCXX_NOEXCEPT in _GLIBCXX_VISIBILITY()121 get_allocator() const _GLIBCXX_NOEXCEPT in _GLIBCXX_VISIBILITY()124 _Vector_base() in _GLIBCXX_VISIBILITY() function127 _Vector_base(const allocator_type& __a) in _GLIBCXX_VISIBILITY() function[all …]
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() argument26 allocator < _Tp > >struct vector:_Vector_base < _Tp, _Alloc > { }; argument
101 template < typename _Tp, typename _Alloc > struct _Vector_base { struct106 _Vector_base () { in _Vector_base() function113 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