Lines Matching defs:_Hashtable_const_iterator
156 struct _Hashtable_const_iterator in _GLIBCXX_VISIBILITY() struct
159 _Hashtable; in _GLIBCXX_VISIBILITY()
162 iterator; in _GLIBCXX_VISIBILITY()
165 const_iterator; in _GLIBCXX_VISIBILITY()
166 typedef _Hashtable_node<_Val> _Node; in _GLIBCXX_VISIBILITY()
168 typedef forward_iterator_tag iterator_category; in _GLIBCXX_VISIBILITY()
169 typedef _Val value_type; in _GLIBCXX_VISIBILITY()
170 typedef ptrdiff_t difference_type; in _GLIBCXX_VISIBILITY()
171 typedef size_t size_type; in _GLIBCXX_VISIBILITY()
172 typedef const _Val& reference; in _GLIBCXX_VISIBILITY()
173 typedef const _Val* pointer; in _GLIBCXX_VISIBILITY()
175 const _Node* _M_cur; in _GLIBCXX_VISIBILITY()
176 const _Hashtable* _M_ht; in _GLIBCXX_VISIBILITY()
178 _Hashtable_const_iterator(const _Node* __n, const _Hashtable* __tab) in _GLIBCXX_VISIBILITY() argument
181 _Hashtable_const_iterator() { } in _GLIBCXX_VISIBILITY() argument
183 _Hashtable_const_iterator(const iterator& __it) in _GLIBCXX_VISIBILITY() function