Searched refs:ppItem (Results 1 – 2 of 2) sorted by relevance
138 virtual HRESULT GetItem(const Node *pNode, T* ppItem) in GetItem() argument140 if (pNode == nullptr || ppItem == nullptr) in GetItem()145 *ppItem = pNode->item; in GetItem()152 virtual HRESULT RemoveItem(Node *pNode, T *ppItem) in RemoveItem() argument179 if (ppItem) in RemoveItem()181 *ppItem = item; in RemoveItem()226 HRESULT RemoveBack(T *ppItem) in RemoveBack() argument234 return RemoveItem(Back(), ppItem); in RemoveBack()240 HRESULT RemoveFront(T *ppItem) in RemoveFront() argument248 return RemoveItem(Front(), ppItem); in RemoveFront()[all …]
1995 virtual HRESULT GetItem(const Node *pNode, T* ppItem) in GetItem() argument1997 if (pNode == nullptr || ppItem == nullptr) in GetItem()2002 *ppItem = pNode->item; in GetItem()2009 virtual HRESULT RemoveItem(Node *pNode, T *ppItem) in RemoveItem() argument2036 if (ppItem) in RemoveItem()2038 *ppItem = item; in RemoveItem()2083 HRESULT RemoveBack(T *ppItem) in RemoveBack() argument2091 return RemoveItem(Back(), ppItem); in RemoveBack()2097 HRESULT RemoveFront(T *ppItem) in RemoveFront() argument2105 return RemoveItem(Front(), ppItem); in RemoveFront()[all …]