Searched refs:ListHashSetNode (Results 1 – 2 of 2) sorted by relevance
52 template<typename ValueArg, size_t inlineCapacity> struct ListHashSetNode;59 typedef ListHashSetNode<ValueArg, inlineCapacity> Node;140 typedef ListHashSetNode<ValueArg, inlineCapacity> Node;208 template<typename ValueArg, size_t inlineCapacity> struct ListHashSetNode { struct211 ListHashSetNode(ValueArg value) in ListHashSetNode() function227 this->~ListHashSetNode(); in destroy() argument232 ListHashSetNode* m_prev; argument233 ListHashSetNode* m_next; argument241 typedef ListHashSetNode<ValueArg, inlineCapacity> Node; argument253 typedef ListHashSetNode<ValueArg, inlineCapacity> Node;[all …]
2616 (WTF::ListHashSetNode::ListHashSetNode): Initialize m_isAllocated to true.2617 (WTF::ListHashSetNode::operator new): Removed variable name for unused size2619 (WTF::ListHashSetNode::destroy): Changed to call the destructor rather than4881 (WTF::ListHashSetNode::operator new):4882 (WTF::ListHashSetNode::operator delete):4883 (WTF::ListHashSetNode::destroy):4919 (WTF::ListHashSetNode::ListHashSetNode):