Searched defs:_Hashtable_iterator (Results 1 – 2 of 2) sorted by relevance
104 struct _Hashtable_iterator in _GLIBCXX_VISIBILITY() struct107 _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()[all …]
105 struct _Hashtable_iterator in _GLIBCXX_VISIBILITY() struct108 _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()[all …]