Searched defs:ListHashSetNode (Results 1 – 1 of 1) sorted by relevance
208 template<typename ValueArg, size_t inlineCapacity> struct ListHashSetNode { struct209 typedef ListHashSetNodeAllocator<ValueArg, inlineCapacity> NodeAllocator; argument211 ListHashSetNode(ValueArg value) in ListHashSetNode() function227 this->~ListHashSetNode(); in destroy() argument232 ListHashSetNode* m_prev; argument233 ListHashSetNode* m_next; argument241 typedef ListHashSetNode<ValueArg, inlineCapacity> Node; argument