Searched defs:_Vector_base (Results 1 - 9 of 9) sorted by relevance

/external/clang/test/CodeGenCXX/
H A Dlpad-linetable.cpp23 struct _Vector_base struct in namespace:std
31 _Vector_base(const allocator_type& __a) function in struct:std::_Vector_base
34 ~_Vector_base() { }
39 : protected _Vector_base<_Tp, _Alloc>
41 typedef _Vector_base<_Tp, _Alloc> _Base;
H A Dthunk-use-after-free.cpp14 template < typename _Tp, typename _Alloc > struct _Vector_base { struct
19 _Vector_base () { function in struct:_Vector_base
26 allocator < _Tp > >struct vector:_Vector_base < _Tp, _Alloc > { };
H A D2007-09-10-RecursiveTypeResolution.cpp41 template < typename _Tp, typename _Alloc> struct _Vector_base struct in namespace:Manta
51 class vector:protected _Vector_base < _Tp,_Alloc >
H A Ddebug-info-use-after-free.cpp101 template < typename _Tp, typename _Alloc > struct _Vector_base { struct
106 _Vector_base () { function in struct:_Vector_base
113 allocator < _Tp > >struct vector:_Vector_base < _Tp, _Alloc > { };
141 template < typename, typename > struct _Vector_base { struct in namespace:std
143 template < typename _Tp, typename _Alloc = std::allocator < _Tp > >class vector:_Vector_base < _Tp,
/external/stlport/src/
H A Dlocale_impl.h40 _STLP_EXPORT_TEMPLATE_CLASS _Vector_base<locale::facet*, allocator<locale::facet*> >; variable
H A Ddll_main.cpp119 template class _STLP_CLASS_DECLSPEC _Vector_base<_Slist_node_base*, variable in typeref:class:_STLP_CLASS_DECLSPEC
141 template class _STLP_CLASS_DECLSPEC _Vector_base<locale::facet*, allocator<locale::facet*> >; variable in typeref:class:_STLP_CLASS_DECLSPEC
166 template class _STLP_CLASS_DECLSPEC _Vector_base<void*, allocator<void*> >; variable in typeref:class:_STLP_CLASS_DECLSPEC
/external/stlport/stlport/stl/pointers/
H A D_vector.h32 _STLP_EXPORT_TEMPLATE_CLASS _STLP_PRIV _Vector_base<void*,allocator<void*> >; variable
/external/stlport/stlport/stl/
H A D_vector.h58 class _Vector_base { class
60 typedef _Vector_base<_Tp, _Alloc> _Self;
66 _Vector_base(const _Alloc& __a) function in class:_Vector_base
69 _Vector_base(size_t __n, const _Alloc& __a) function in class:_Vector_base
78 _Vector_base(__move_source<_Self> src) function in class:_Vector_base
86 ~_Vector_base() {
109 class vector : protected _STLP_PRIV _Vector_base<_Tp, _Alloc>
115 typedef _STLP_PRIV _Vector_base<_Tp, _Alloc> _Base;
217 : _STLP_PRIV _Vector_base<_Tp, _Alloc>(allocator_type()) {}
220 : _STLP_PRIV _Vector_base<_T
[all...]
H A D_hashtable.h75 _STLP_EXPORT_TEMPLATE_CLASS _Vector_base<_Slist_node_base*, variable

Completed in 1825 milliseconds