Home | History | Annotate | Download | only in gtest

Lines Matching full:trace

93 // The upper limit for valid stack trace depths.
504 // trace stack, which is a private member of UnitTest.
513 // Pushes a trace defined by SCOPED_TRACE() on to the per-thread
514 // Google Test trace stack.
515 void PushGTestTrace(const internal::TraceInfo& trace);
517 // Pops a trace from the per-thread Google Test trace stack.
1140 // Causes a trace (including the source file path, the current line