Searched defs:_Hash_node_base (Results 1 – 1 of 1) sorted by relevance
214 struct _Hash_node_base in _GLIBCXX_VISIBILITY() struct216 _Hash_node_base* _M_nxt; in _GLIBCXX_VISIBILITY()218 _Hash_node_base() noexcept : _M_nxt() { } in _GLIBCXX_VISIBILITY() function220 _Hash_node_base(_Hash_node_base* __next) noexcept : _M_nxt(__next) { } in _GLIBCXX_VISIBILITY() argument