Searched refs:aDbgLoopStack (Results 1 – 2 of 2) sorted by relevance
52 static DbgLoopStack aDbgLoopStack; member in DbgLoop54 inline DbgLoop( const void *pThis ) { aDbgLoopStack.Push( pThis ); } in DbgLoop()55 inline ~DbgLoop() { aDbgLoopStack.Pop(); } in ~DbgLoop()60 DbgLoop::aDbgLoopStack.Print( rOS ); in PrintLoopStack()
33 DbgLoopStack DbgLoop::aDbgLoopStack; member in DbgLoop
Completed in 15 milliseconds