Home
last modified time | relevance | path

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

/aoo4110/main/tools/source/debug/
H A Dstcktree.cxx38 ImpDbgStackTree* pRight_; member
70 pLeft_ = pRight_ = pCaller_ = NULL; in ImpDbgStackTree()
81 if ( pRight_ ) in ~ImpDbgStackTree()
82 delete pRight_; in ~ImpDbgStackTree()
121 if ( pRight_ ) in Print()
122 pRight_->Print( nLevel, nCount, nCountLeak ); in Print()
146 if ( !pRight_ ) in Add()
147 pRight_ = new ImpDbgStackTree( pSub_, nIP ); in Add()
148 return pRight_->Add( nAlloc, pBP, nIP ); in Add()

Completed in 5 milliseconds