Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/backward/
H A Dhashtable.h94 struct _Hashtable_iterator in _GLIBCXX_VISIBILITY() struct
97 _Hashtable; in _GLIBCXX_VISIBILITY()
100 iterator; in _GLIBCXX_VISIBILITY()
103 const_iterator; in _GLIBCXX_VISIBILITY()
104 typedef _Hashtable_node<_Val> _Node; in _GLIBCXX_VISIBILITY()
105 typedef std::forward_iterator_tag iterator_category; in _GLIBCXX_VISIBILITY()
106 typedef _Val value_type; in _GLIBCXX_VISIBILITY()
107 typedef std::ptrdiff_t difference_type; in _GLIBCXX_VISIBILITY()
108 typedef std::size_t size_type; in _GLIBCXX_VISIBILITY()
109 typedef _Val& reference; in _GLIBCXX_VISIBILITY()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/backward/
H A Dhashtable.h94 struct _Hashtable_iterator in _GLIBCXX_VISIBILITY() struct
97 _Hashtable; in _GLIBCXX_VISIBILITY()
100 iterator; in _GLIBCXX_VISIBILITY()
103 const_iterator; in _GLIBCXX_VISIBILITY()
104 typedef _Hashtable_node<_Val> _Node; in _GLIBCXX_VISIBILITY()
105 typedef std::forward_iterator_tag iterator_category; in _GLIBCXX_VISIBILITY()
106 typedef _Val value_type; in _GLIBCXX_VISIBILITY()
107 typedef std::ptrdiff_t difference_type; in _GLIBCXX_VISIBILITY()
108 typedef std::size_t size_type; in _GLIBCXX_VISIBILITY()
109 typedef _Val& reference; in _GLIBCXX_VISIBILITY()
[all …]