Lines Matching refs:_Alloc
304 template <class _Alloc>
306 : public _Bvector_alloc_base<_Alloc,
307 _Alloc_traits<bool, _Alloc>::_S_instanceless>
309 typedef _Bvector_alloc_base<_Alloc,
310 _Alloc_traits<bool, _Alloc>::_S_instanceless>
321 template <class _Alloc>
325 typedef _Alloc allocator_type;
333 typedef simple_alloc<unsigned int, _Alloc> _Alloc_type;
367 template<class _Alloc> class vector<bool,_Alloc>
368 : public _Bvector_base<_Alloc>
375 typedef _Bvector_base<_Alloc> _Base;