Home
last modified time | relevance | path

Searched refs:pLeft_ (Results 1 – 1 of 1) sorted by relevance

/trunk/main/tools/source/debug/
H A Dstcktree.cxx37 ImpDbgStackTree* pLeft_; member
70 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 20 milliseconds