Searched defs:_Bit_iterator_base (Results 1 – 2 of 2) sorted by relevance
142 struct _Bit_iterator_base in _GLIBCXX_VISIBILITY() struct145 _Bit_type * _M_p; in _GLIBCXX_VISIBILITY()146 unsigned int _M_offset; in _GLIBCXX_VISIBILITY()148 _Bit_iterator_base(_Bit_type * __x, unsigned int __y) in _GLIBCXX_VISIBILITY() argument152 _M_bump_up() in _GLIBCXX_VISIBILITY()162 _M_bump_down() in _GLIBCXX_VISIBILITY()172 _M_incr(ptrdiff_t __i) in _GLIBCXX_VISIBILITY()194 if (const auto __cmp = __x._M_p <=> __y._M_p; __cmp != 0) in _GLIBCXX_VISIBILITY()
162 struct _Bit_iterator_base in _GLIBCXX_VISIBILITY() struct165 _Bit_type * _M_p; in _GLIBCXX_VISIBILITY()166 unsigned int _M_offset; in _GLIBCXX_VISIBILITY()169 _Bit_iterator_base(_Bit_type * __x, unsigned int __y) in _GLIBCXX_VISIBILITY() argument174 _M_bump_up() in _GLIBCXX_VISIBILITY()185 _M_bump_down() in _GLIBCXX_VISIBILITY()196 _M_incr(ptrdiff_t __i) in _GLIBCXX_VISIBILITY()220 if (const auto __cmp = __x._M_p <=> __y._M_p; __cmp != 0) in _GLIBCXX_VISIBILITY()