Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dhashtable_policy.h214 struct _Hash_node_base in _GLIBCXX_VISIBILITY() struct
216 _Hash_node_base* _M_nxt; in _GLIBCXX_VISIBILITY()
218 _Hash_node_base() noexcept : _M_nxt() { } in _GLIBCXX_VISIBILITY() function
220 _Hash_node_base(_Hash_node_base* __next) noexcept : _M_nxt(__next) { } in _GLIBCXX_VISIBILITY() argument