Searched defs:_Bit_const_iterator (Results 1 – 2 of 2) sorted by relevance
302 struct _Bit_const_iterator : public _Bit_iterator_base in _GLIBCXX_VISIBILITY() struct304 typedef bool reference; in _GLIBCXX_VISIBILITY()305 typedef bool const_reference; in _GLIBCXX_VISIBILITY()306 typedef const bool* pointer; in _GLIBCXX_VISIBILITY()307 typedef _Bit_const_iterator const_iterator; in _GLIBCXX_VISIBILITY()309 _Bit_const_iterator() : _Bit_iterator_base(0, 0) { } in _GLIBCXX_VISIBILITY() function311 _Bit_const_iterator(_Bit_type * __x, unsigned int __y) in _GLIBCXX_VISIBILITY() argument314 _Bit_const_iterator(const _Bit_iterator& __x) in _GLIBCXX_VISIBILITY() argument318 _M_const_cast() const in _GLIBCXX_VISIBILITY()335 const_iterator __tmp = *this; in _GLIBCXX_VISIBILITY()[all …]
271 struct _Bit_const_iterator : public _Bit_iterator_base in _GLIBCXX_VISIBILITY() struct273 typedef bool reference; in _GLIBCXX_VISIBILITY()274 typedef bool const_reference; in _GLIBCXX_VISIBILITY()275 typedef const bool* pointer; in _GLIBCXX_VISIBILITY()276 typedef _Bit_const_iterator const_iterator; in _GLIBCXX_VISIBILITY()278 _Bit_const_iterator() : _Bit_iterator_base(0, 0) { } in _GLIBCXX_VISIBILITY() function280 _Bit_const_iterator(_Bit_type * __x, unsigned int __y) in _GLIBCXX_VISIBILITY() argument283 _Bit_const_iterator(const _Bit_iterator& __x) in _GLIBCXX_VISIBILITY() argument300 const_iterator __tmp = *this; in _GLIBCXX_VISIBILITY()315 const_iterator __tmp = *this; in _GLIBCXX_VISIBILITY()[all …]