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

/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 28 milliseconds