Searched refs:m_pCnt (Results 1 – 1 of 1) sorted by relevance
190 /* ctor */ SharedPtr() : m_pObj( NULL ), m_pCnt( NULL ), m_pAllocator( NULL ) {} in SharedPtr()201 m_pCnt( pCnt ), in m_pObj()206 m_pCnt = NULL; in m_pObj()210 if ( m_pCnt == NULL ) in m_pObj()212 m_pCnt = SharedPtrCount<TLockObject>::Create( pAllocator ); in m_pObj()214 m_pCnt->AddRef(); in m_pObj()215 m_pCnt->WeakAddRef(); in m_pObj()225 m_pCnt( other.m_pCnt ), in SharedPtr()228 if (m_pCnt) in SharedPtr()230 m_pCnt->AddRef(); in SharedPtr()[all …]