Searched defs:trace (Results 1 – 2 of 2) sorted by relevance
72 #define trace(fmt, args...) do { \ macro77 #define trace(fmt, args...) do { } while (0) macro
4972 TraceInfo trace; in ScopedTrace() local5276 const internal::TraceInfo& trace = impl_->gtest_trace_stack()[i - 1]; in AddTestPartResult() local5463 void UnitTest::PushGTestTrace(const internal::TraceInfo& trace) in PushGTestTrace()