Home | History | Annotate | Download | only in stl

Lines Matching defs:_Alloc

267 template <class _Alloc>
269 typedef _Bvector_base<_Alloc> _Self;
271 _STLP_FORCE_ALLOCATORS(bool, _Alloc)
272 typedef _Alloc allocator_type;
274 typedef typename _Alloc_traits<__chunk_type, _Alloc>::allocator_type __chunk_allocator_type;
322 # define __BVEC_TMPL_HEADER template <class _Alloc>
330 # define _Alloc allocator<bool>
342 # define __BVECTOR_QUALIFIED vector<bool, _Alloc>
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<_Alloc >::allocator_type allocator_type;
385 typedef _STLP_PRIV _Bvector_base<_Alloc >::__chunk_type __chunk_type;
508 : _STLP_PRIV _Bvector_base<_Alloc >(__a) {}
512 : _STLP_PRIV _Bvector_base<_Alloc >(__a) {
518 : _STLP_PRIV _Bvector_base<_Alloc >(allocator_type()) {
524 : _STLP_PRIV _Bvector_base<_Alloc >(__x.get_allocator()) {
545 : _STLP_PRIV _Bvector_base<_Alloc >(allocator_type()) {
553 : _STLP_PRIV _Bvector_base<_Alloc >(__a) {
560 : _STLP_PRIV _Bvector_base<_Alloc >(__a) {
567 : _STLP_PRIV _Bvector_base<_Alloc >(__a) {
576 : _STLP_PRIV _Bvector_base<_Alloc >(__move_source<_Base>(src.get())) {}
829 #undef _Alloc