Searched refs:DbgLoop (Results 1 – 4 of 4) sorted by relevance
49 class DbgLoop class54 inline DbgLoop( const void *pThis ) { aDbgLoopStack.Push( pThis ); } in DbgLoop() function in DbgLoop55 inline ~DbgLoop() { aDbgLoopStack.Pop(); } in ~DbgLoop()60 DbgLoop::aDbgLoopStack.Print( rOS ); in PrintLoopStack()63 #define DBG_LOOP DbgLoop aDbgLoop( (const void*)this );64 #define DBG_LOOP_RESET DbgLoop aDbgLoop( 0 );
33 DbgLoopStack DbgLoop::aDbgLoopStack;
725 DbgLoop aDbgLoop2( (const void*) this ); in Paint()
2207 DbgLoop aDbgLoop2( (const void*) this ); in FormatQuick()
Completed in 25 milliseconds