Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/backward/
H A Dhashtable.h104 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()
[all …]
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/backward/
H A Dhashtable.h105 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()
[all …]