Lines Matching refs:SharedPtrCount
36 class SharedPtrCount
46 static SharedPtrCount* Create( nw::os::IAllocator* pAllocator = NULL )
50 void* buf = pAllocator->Alloc( sizeof(SharedPtrCount) );
51 return new(buf) SharedPtrCount( pAllocator );
55 return new SharedPtrCount( NULL );
66 this->~SharedPtrCount(); in Destroy()
145 /* ctor */ SharedPtrCount( nw::os::IAllocator* pAllocator ) in SharedPtrCount() function
155 /* dtor */ ~SharedPtrCount() in ~SharedPtrCount()
201 …/* ctor */ explicit SharedPtr(TObj* pObj, nw::os::IAllocator* pAllocator = NULL, SharedPtrCount<TL…
214 m_pCnt = SharedPtrCount<TLockObject>::Create( pAllocator ); in m_pObj()
337 … Reset(TObj* pObj = NULL, nw::os::IAllocator* pAllocator = NULL, SharedPtrCount<TLockObject>* …
398 SharedPtrCount<TLockObject>* m_pCnt;
592 SharedPtrCount<TLockObject>* m_pCnt;