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

/external/stlport/stlport/stl/
H A D_bvector.h268 class _Bvector_base { class
269 typedef _Bvector_base<_Alloc> _Self;
278 _Bvector_base(const allocator_type& __a) function in class:_Bvector_base
283 _Bvector_base(__move_source<_Self> src) function in class:_Bvector_base
291 ~_Bvector_base() {
358 class __BVECTOR_QUALIFIED : public _STLP_PRIV _Bvector_base<_Alloc >
363 typedef _STLP_PRIV _Bvector_base<_Alloc > _Base;
381 typedef _STLP_TYPENAME _STLP_PRIV _Bvector_base<_Alloc >::allocator_type allocator_type;
382 typedef _STLP_TYPENAME _STLP_PRIV _Bvector_base<_Alloc >::__chunk_type __chunk_type;
384 typedef _STLP_PRIV _Bvector_base<_Allo
[all...]

Completed in 33 milliseconds