Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/backward/
H A Dhashtable.h145 struct _Hashtable_const_iterator in _GLIBCXX_VISIBILITY() struct
148 _Hashtable; in _GLIBCXX_VISIBILITY()
151 iterator; in _GLIBCXX_VISIBILITY()
154 const_iterator; in _GLIBCXX_VISIBILITY()
155 typedef _Hashtable_node<_Val> _Node; in _GLIBCXX_VISIBILITY()
157 typedef std::forward_iterator_tag iterator_category; in _GLIBCXX_VISIBILITY()
158 typedef _Val value_type; in _GLIBCXX_VISIBILITY()
159 typedef std::ptrdiff_t difference_type; in _GLIBCXX_VISIBILITY()
160 typedef std::size_t size_type; in _GLIBCXX_VISIBILITY()
161 typedef const _Val& reference; in _GLIBCXX_VISIBILITY()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/backward/
H A Dhashtable.h145 struct _Hashtable_const_iterator in _GLIBCXX_VISIBILITY() struct
148 _Hashtable; in _GLIBCXX_VISIBILITY()
151 iterator; in _GLIBCXX_VISIBILITY()
154 const_iterator; in _GLIBCXX_VISIBILITY()
155 typedef _Hashtable_node<_Val> _Node; in _GLIBCXX_VISIBILITY()
157 typedef std::forward_iterator_tag iterator_category; in _GLIBCXX_VISIBILITY()
158 typedef _Val value_type; in _GLIBCXX_VISIBILITY()
159 typedef std::ptrdiff_t difference_type; in _GLIBCXX_VISIBILITY()
160 typedef std::size_t size_type; in _GLIBCXX_VISIBILITY()
161 typedef const _Val& reference; in _GLIBCXX_VISIBILITY()
[all …]