Lines Matching defs:_Hashtable_iterator
104 struct _Hashtable_iterator in _GLIBCXX_VISIBILITY() struct
107 _Hashtable; in _GLIBCXX_VISIBILITY()
110 iterator; in _GLIBCXX_VISIBILITY()
113 const_iterator; in _GLIBCXX_VISIBILITY()
114 typedef _Hashtable_node<_Val> _Node; in _GLIBCXX_VISIBILITY()
115 typedef forward_iterator_tag iterator_category; in _GLIBCXX_VISIBILITY()
116 typedef _Val value_type; in _GLIBCXX_VISIBILITY()
117 typedef ptrdiff_t difference_type; in _GLIBCXX_VISIBILITY()
118 typedef size_t size_type; in _GLIBCXX_VISIBILITY()
119 typedef _Val& reference; in _GLIBCXX_VISIBILITY()
120 typedef _Val* pointer; in _GLIBCXX_VISIBILITY()
122 _Node* _M_cur; in _GLIBCXX_VISIBILITY()
123 _Hashtable* _M_ht; in _GLIBCXX_VISIBILITY()
125 _Hashtable_iterator(_Node* __n, _Hashtable* __tab) in _GLIBCXX_VISIBILITY() argument
128 _Hashtable_iterator() { } in _GLIBCXX_VISIBILITY() argument