Home
last modified time | relevance | path

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

/AOO41X/main/tools/source/debug/
H A Dstcktree.cxx35 struct ImpDbgStackTree struct
37 ImpDbgStackTree* pLeft_; argument
38 ImpDbgStackTree* pRight_; argument
39 ImpDbgStackTree* pCaller_; argument
40 ImpDbgStackTree* pSub_; argument
51 ImpDbgStackTree( ImpDbgStackTree* pSub, sal_uIntPtr nIP ); argument
52 ~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 …]