Searched refs:pSub_ (Results 1 – 1 of 1) sorted by relevance
40 ImpDbgStackTree* pSub_; member68 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 12 milliseconds