Searched refs:pObj (Results 1 – 2 of 2) sorted by relevance
769 static void DeleteObj(T* pObj) in DeleteObj() argument771 if (pObj) in DeleteObj()773 pObj->~T(); in DeleteObj()774 FreeMemory(pObj); in DeleteObj()
199 …/* ctor */ explicit SharedPtr(TObj* pObj, nw::os::IAllocator* pAllocator = NULL, SharedPtrCount<TL…200 : m_pObj( pObj ), in m_pObj() argument204 if ( pObj == NULL ) in m_pObj()335 …SharedPtr& Reset(TObj* pObj = NULL, nw::os::IAllocator* pAllocator = NULL, SharedPtrCount<…337 SharedPtr(pObj, pAllocator, pCnt).SwapObjPtr(*this);