_bvector.h | 273 typedef unsigned int __chunk_type; typedef in class:_Bvector_base 274 typedef typename _Alloc_traits<__chunk_type, _Alloc>::allocator_type __chunk_allocator_type; 279 : _M_start(), _M_finish(), _M_end_of_storage(_STLP_CONVERT_ALLOCATOR(__a, __chunk_type), 280 (__chunk_type*)0) 300 __chunk_type* _M_bit_alloc(size_t __n) 311 _STLP_alloc_proxy<__chunk_type*, __chunk_type, __chunk_allocator_type> _M_end_of_storage; 382 typedef _STLP_TYPENAME _STLP_PRIV _Bvector_base<_Alloc >::__chunk_type __chunk_type; typedef in class:__BVECTOR_QUALIFIED 385 typedef _STLP_PRIV _Bvector_base<_Alloc >::__chunk_type __chunk_type typedef in class:__BVECTOR_QUALIFIED [all...] |