Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/backward/
H A Dhashtable.h159 _Hashtable; in _GLIBCXX_VISIBILITY()
162 iterator; in _GLIBCXX_VISIBILITY()
165 const_iterator; in _GLIBCXX_VISIBILITY()
169 typedef _Val value_type; in _GLIBCXX_VISIBILITY()
171 typedef size_t size_type; in _GLIBCXX_VISIBILITY()
173 typedef const _Val* pointer; in _GLIBCXX_VISIBILITY()
175 const _Node* _M_cur; in _GLIBCXX_VISIBILITY()
176 const _Hashtable* _M_ht; in _GLIBCXX_VISIBILITY()
178 _Hashtable_const_iterator(const _Node* __n, const _Hashtable* __tab) in _GLIBCXX_VISIBILITY() function
181 _Hashtable_const_iterator() { } in _GLIBCXX_VISIBILITY() argument
[all …]
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/backward/
H A Dhashtable.h158 _Hashtable; in _GLIBCXX_VISIBILITY()
161 iterator; in _GLIBCXX_VISIBILITY()
164 const_iterator; in _GLIBCXX_VISIBILITY()
168 typedef _Val value_type; in _GLIBCXX_VISIBILITY()
170 typedef size_t size_type; in _GLIBCXX_VISIBILITY()
172 typedef const _Val* pointer; in _GLIBCXX_VISIBILITY()
174 const _Node* _M_cur; in _GLIBCXX_VISIBILITY()
175 const _Hashtable* _M_ht; in _GLIBCXX_VISIBILITY()
177 _Hashtable_const_iterator(const _Node* __n, const _Hashtable* __tab) in _GLIBCXX_VISIBILITY() argument
180 _Hashtable_const_iterator() { } in _GLIBCXX_VISIBILITY() function
[all …]