Lines Matching defs:_Hashtable_iterator
105 struct _Hashtable_iterator in _GLIBCXX_VISIBILITY() struct
108 _Hashtable; in _GLIBCXX_VISIBILITY()
111 iterator; in _GLIBCXX_VISIBILITY()
114 const_iterator; in _GLIBCXX_VISIBILITY()
115 typedef _Hashtable_node<_Val> _Node; in _GLIBCXX_VISIBILITY()
116 typedef forward_iterator_tag iterator_category; in _GLIBCXX_VISIBILITY()
117 typedef _Val value_type; in _GLIBCXX_VISIBILITY()
118 typedef ptrdiff_t difference_type; in _GLIBCXX_VISIBILITY()
119 typedef size_t size_type; in _GLIBCXX_VISIBILITY()
120 typedef _Val& reference; in _GLIBCXX_VISIBILITY()
121 typedef _Val* pointer; in _GLIBCXX_VISIBILITY()
123 _Node* _M_cur; in _GLIBCXX_VISIBILITY()
124 _Hashtable* _M_ht; in _GLIBCXX_VISIBILITY()
126 _Hashtable_iterator(_Node* __n, _Hashtable* __tab) in _GLIBCXX_VISIBILITY() function
129 _Hashtable_iterator() { } in _GLIBCXX_VISIBILITY() argument