Home
last modified time | relevance | path

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

/freebsd/contrib/googletest/googletest/src/
H A Dgtest-internal-inl.h461 struct TraceInfo { struct
765 std::vector<TraceInfo>& gtest_trace_stack() { in gtest_trace_stack()
768 const std::vector<TraceInfo>& gtest_trace_stack() const { in gtest_trace_stack()
966 internal::ThreadLocal<std::vector<TraceInfo> > gtest_trace_stack_;
H A Dgtest.cc5387 const internal::TraceInfo& trace = impl_->gtest_trace_stack()[i - 1]; in AddTestPartResult()
5604 void UnitTest::PushGTestTrace(const internal::TraceInfo& trace) in PushGTestTrace()
6947 internal::TraceInfo trace; in PushTrace()
/freebsd/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-internal.h117 struct TraceInfo; // Information about a trace point.
/freebsd/contrib/googletest/googletest/include/gtest/
H A Dgtest.h1306 void PushGTestTrace(const internal::TraceInfo& trace)