Searched refs:CMruNode (Results 1 – 1 of 1) sorted by relevance
21 class CMruNode;728 class CMruNode class746 CMruNode() { } in CMruNode() function in CMruNode747 CMruNode(CMruNode *pParent, UINT iSlot);761 CMruNode::CMruNode(CMruNode *pParent, UINT iSlot) in CMruNode() function in CMruNode768 CMruNode::~CMruNode() in ~CMruNode()783 CMruNode *CMruNode::GetParent() in GetParent()790 HRESULT CMruNode::_CreateNode(UINT iSlot, CMruNode **ppNewNode) in _CreateNode()792 CMruNode *pNewNode = new CMruNode(this, iSlot); in _CreateNode()949 CMruNode *pNode; in RemoveLeast()[all …]