Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/bits/
H A Dhashtable_policy.h75 struct _Hash_node_base in _GLIBCXX_VISIBILITY() struct
77 _Hash_node_base* _M_nxt; in _GLIBCXX_VISIBILITY()
79 _Hash_node_base() in _GLIBCXX_VISIBILITY() argument
81 _Hash_node_base(_Hash_node_base* __next) in _GLIBCXX_VISIBILITY() function
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/bits/
H A Dhashtable_policy.h215 struct _Hash_node_base in _GLIBCXX_VISIBILITY() struct
217 _Hash_node_base* _M_nxt; in _GLIBCXX_VISIBILITY()
219 _Hash_node_base() noexcept : _M_nxt() { } in _GLIBCXX_VISIBILITY() function
221 _Hash_node_base(_Hash_node_base* __next) noexcept : _M_nxt(__next) { } in _GLIBCXX_VISIBILITY() function