Searched refs:ImpDbgStackTree (Results 1 – 1 of 1) sorted by relevance
35 struct ImpDbgStackTree struct37 ImpDbgStackTree* pLeft_; argument38 ImpDbgStackTree* pRight_; argument39 ImpDbgStackTree* pCaller_; argument40 ImpDbgStackTree* pSub_; argument51 ImpDbgStackTree( ImpDbgStackTree* pSub, sal_uIntPtr nIP ); argument52 ~ImpDbgStackTree();54 ImpDbgStackTree* Add( sal_uIntPtr nAlloc, sal_uIntPtr* pBP, sal_uIntPtr nIP );59 static ImpDbgStackTree* pImpDbgStackTreeRoot = NULL;66 ImpDbgStackTree::ImpDbgStackTree( ImpDbgStackTree* pSub, sal_uIntPtr nIP ) in ImpDbgStackTree() function in ImpDbgStackTree[all …]