Searched refs:pObj (Results 1 – 2 of 2) sorted by relevance
771 static void DeleteObj(T* pObj) in DeleteObj() argument773 if (pObj) in DeleteObj()775 pObj->~T(); in DeleteObj()776 FreeMemory(pObj); in DeleteObj()
201 …/* ctor */ explicit SharedPtr(TObj* pObj, nw::os::IAllocator* pAllocator = NULL, SharedPtrCount<TL…202 : m_pObj( pObj ), in m_pObj() argument206 if ( pObj == NULL ) in m_pObj()337 …SharedPtr& Reset(TObj* pObj = NULL, nw::os::IAllocator* pAllocator = NULL, SharedPtrCount<…339 SharedPtr(pObj, pAllocator, pCnt).SwapObjPtr(*this);