Home
last modified time | relevance | path

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

/external/stlport/stlport/stl/
D_vector.h58 class _Vector_base {
60 typedef _Vector_base<_Tp, _Alloc> _Self;
66 _Vector_base(const _Alloc& __a) in _Vector_base() function
69 _Vector_base(size_t __n, const _Alloc& __a) in _Vector_base() function
78 _Vector_base(__move_source<_Self> src) in _Vector_base() function
86 ~_Vector_base() { in ~_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()) {} in vector()
220 : _STLP_PRIV _Vector_base<_Tp, _Alloc>(__a) {} in vector()
[all …]
D_vector.c40 void _Vector_base<_Tp,_Alloc>::_M_throw_length_error() const in _M_throw_length_error()
44 void _Vector_base<_Tp, _Alloc>::_M_throw_out_of_range() const in _M_throw_out_of_range()
D_hashtable.h75 _STLP_EXPORT_TEMPLATE_CLASS _Vector_base<_Slist_node_base*, variable
/external/stlport/src/
Ddll_main.cpp119 template class _STLP_CLASS_DECLSPEC _Vector_base<_Slist_node_base*, variable
141 template class _STLP_CLASS_DECLSPEC _Vector_base<locale::facet*, allocator<locale::facet*> >; variable
166 template class _STLP_CLASS_DECLSPEC _Vector_base<void*, allocator<void*> >; variable
Dlocale_impl.h40 _STLP_EXPORT_TEMPLATE_CLASS _Vector_base<locale::facet*, allocator<locale::facet*> >; variable
/external/stlport/stlport/stl/pointers/
D_vector.h32 _STLP_EXPORT_TEMPLATE_CLASS _STLP_PRIV _Vector_base<void*,allocator<void*> >; variable
/external/stlport/etc/
DChangeLog-5.17125 from _Vector_base, so we should avoid references on _Vector_base