Searched refs:pLeft_ (Results 1 – 1 of 1) sorted by relevance
37 ImpDbgStackTree* pLeft_; member70 pLeft_ = pRight_ = pCaller_ = NULL; in ImpDbgStackTree()79 if ( pLeft_ ) in ~ImpDbgStackTree()80 delete pLeft_; in ~ImpDbgStackTree()91 if ( pLeft_ ) in Print()92 pLeft_->Print( nLevel, nCount, nCountLeak ); in Print()140 if ( !pLeft_ ) in Add()141 pLeft_ = new ImpDbgStackTree( pSub_, nIP ); in Add()142 return pLeft_->Add( nAlloc, pBP, nIP ); in Add()
Completed in 6 milliseconds