Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/backward/
H A Dhashtable.h155 struct _Hashtable_const_iterator in _GLIBCXX_VISIBILITY() struct
158 _Hashtable; in _GLIBCXX_VISIBILITY()
161 iterator; in _GLIBCXX_VISIBILITY()
164 const_iterator; in _GLIBCXX_VISIBILITY()
165 typedef _Hashtable_node<_Val> _Node; in _GLIBCXX_VISIBILITY()
167 typedef forward_iterator_tag iterator_category; in _GLIBCXX_VISIBILITY()
168 typedef _Val value_type; in _GLIBCXX_VISIBILITY()
169 typedef ptrdiff_t difference_type; in _GLIBCXX_VISIBILITY()
170 typedef size_t size_type; in _GLIBCXX_VISIBILITY()
171 typedef const _Val& reference; in _GLIBCXX_VISIBILITY()
[all …]
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/backward/
H A Dhashtable.h156 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()
[all …]