Searched refs:_Bit_type (Results 1 – 3 of 3) sorted by relevance
66 typedef unsigned long _Bit_type; typedef67 enum { _M_word_bit = int(CHAR_BIT * sizeof(_Bit_type)) };71 _Bit_type * _M_p;72 _Bit_type _M_mask;73 _Bit_reference(_Bit_type * __x, _Bit_type __y) in _Bit_reference()96 _Bit_type * _M_p;99 _Bit_iterator_base(_Bit_type * __x, unsigned int __y) in _Bit_iterator_base()159 _Bit_iterator(_Bit_type * __x, unsigned int __y) in _Bit_iterator()213 _Bit_const_iterator(_Bit_type * __x, unsigned int __y) in _Bit_const_iterator()279 _Bit_type * _M_bit_alloc(size_t __n) in _M_bit_alloc()[all …]
67 typedef unsigned long _Bit_type; typedef68 enum { _S_word_bit = int(CHAR_BIT * sizeof(_Bit_type)) };72 _Bit_type * _M_p;73 _Bit_type _M_mask;75 _Bit_reference(_Bit_type * __x, _Bit_type __y) in _Bit_reference()113 _Bit_type * _M_p;116 _Bit_iterator_base(_Bit_type * __x, unsigned int __y) in _Bit_iterator_base()196 _Bit_iterator(_Bit_type * __x, unsigned int __y) in _Bit_iterator()279 _Bit_const_iterator(_Bit_type * __x, unsigned int __y) in _Bit_const_iterator()379 typedef typename _Alloc::template rebind<_Bit_type>::other[all …]
5452 * include/bits/stl_bvector.h (_Bit_type): New. Use throughout.