Home
last modified time | relevance | path

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

/trunk/main/tools/source/debug/
H A Dstcktree.cxx40 ImpDbgStackTree* pSub_; member
68 pSub_ = pSub; in ImpDbgStackTree()
129 if ( pSub_ ) in Print()
130 pSub_->Print( nLevel + 1 ); in Print()
141 pLeft_ = new ImpDbgStackTree( pSub_, nIP ); in Add()
147 pRight_ = new ImpDbgStackTree( pSub_, nIP ); in Add()
281 if ( p->pSub_ ) in DbgFreeStackTree()
282 DbgFreeStackTree( (void*)(p->pSub_), nAlloc ); in DbgFreeStackTree()

Completed in 21 milliseconds