Searched defs:_Bit_const_iterator (Results 1 – 2 of 2) sorted by relevance
323 struct _Bit_const_iterator : public _Bit_iterator_base in _GLIBCXX_VISIBILITY() struct325 typedef bool reference; in _GLIBCXX_VISIBILITY()326 typedef bool const_reference; in _GLIBCXX_VISIBILITY()328 typedef void pointer; in _GLIBCXX_VISIBILITY()330 typedef const bool* pointer; in _GLIBCXX_VISIBILITY()332 typedef _Bit_const_iterator const_iterator; in _GLIBCXX_VISIBILITY()334 _Bit_const_iterator() : _Bit_iterator_base(0, 0) { } in _GLIBCXX_VISIBILITY() function336 _Bit_const_iterator(_Bit_type * __x, unsigned int __y) in _GLIBCXX_VISIBILITY() function339 _Bit_const_iterator(const _Bit_iterator& __x) in _GLIBCXX_VISIBILITY() argument343 _M_const_cast() const in _GLIBCXX_VISIBILITY()[all …]
369 struct _Bit_const_iterator : public _Bit_iterator_base in _GLIBCXX_VISIBILITY() struct371 typedef bool reference; in _GLIBCXX_VISIBILITY()372 typedef bool const_reference; in _GLIBCXX_VISIBILITY()374 typedef void pointer; in _GLIBCXX_VISIBILITY()376 typedef const bool* pointer; in _GLIBCXX_VISIBILITY()378 typedef _Bit_const_iterator const_iterator; in _GLIBCXX_VISIBILITY()381 _Bit_const_iterator() : _Bit_iterator_base(0, 0) { } in _GLIBCXX_VISIBILITY() function384 _Bit_const_iterator(_Bit_type * __x, unsigned int __y) in _GLIBCXX_VISIBILITY() function388 _Bit_const_iterator(const _Bit_iterator& __x) in _GLIBCXX_VISIBILITY() function393 _M_const_cast() const in _GLIBCXX_VISIBILITY()[all …]