Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/bits/
H A Dhashtable_policy.h103 struct _ReuseOrAllocNode in _GLIBCXX_VISIBILITY() struct
107 using __hashtable_alloc = _Hashtable_alloc<__node_alloc_type>; in _GLIBCXX_VISIBILITY()
108 using __node_alloc_traits = in _GLIBCXX_VISIBILITY()
110 using __node_type = typename __hashtable_alloc::__node_type; in _GLIBCXX_VISIBILITY()
113 _ReuseOrAllocNode(__node_type* __nodes, __hashtable_alloc& __h) in _GLIBCXX_VISIBILITY() function
117 ~_ReuseOrAllocNode() in _GLIBCXX_VISIBILITY()
122 operator()(_Arg&& __arg) const in _GLIBCXX_VISIBILITY()
149 __hashtable_alloc& _M_h; in _GLIBCXX_VISIBILITY()