Searched refs:_Vector_base (Results 1 - 7 of 7) sorted by relevance

/external/clang/test/CodeGenCXX/
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 >
/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_vector.c40 void _Vector_base<_Tp,_Alloc>::_M_throw_length_error() const
44 void _Vector_base<_Tp, _Alloc>::_M_throw_out_of_range() const
H A D_hashtable.h75 _STLP_EXPORT_TEMPLATE_CLASS _Vector_base<_Slist_node_base*, variable
/external/stlport/src/
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
H A Dlocale_impl.h40 _STLP_EXPORT_TEMPLATE_CLASS _Vector_base<locale::facet*, allocator<locale::facet*> >; variable
/external/stlport/stlport/stl/pointers/
H A D_vector.h32 _STLP_EXPORT_TEMPLATE_CLASS _STLP_PRIV _Vector_base<void*,allocator<void*> >; variable

Completed in 113 milliseconds