Home
last modified time | relevance | path

Searched defs:_Bit_const_iterator (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dstl_bvector.h323 struct _Bit_const_iterator : public _Bit_iterator_base in _GLIBCXX_VISIBILITY() struct
325 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() function
336 _Bit_const_iterator(_Bit_type * __x, unsigned int __y) in _GLIBCXX_VISIBILITY() function
339 _Bit_const_iterator(const _Bit_iterator& __x) in _GLIBCXX_VISIBILITY() argument
343 _M_const_cast() const in _GLIBCXX_VISIBILITY()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dstl_bvector.h369 struct _Bit_const_iterator : public _Bit_iterator_base in _GLIBCXX_VISIBILITY() struct
371 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() function
384 _Bit_const_iterator(_Bit_type * __x, unsigned int __y) in _GLIBCXX_VISIBILITY() function
388 _Bit_const_iterator(const _Bit_iterator& __x) in _GLIBCXX_VISIBILITY() function
393 _M_const_cast() const in _GLIBCXX_VISIBILITY()
[all …]