Home
last modified time | relevance | path

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

/ndk/sources/third_party/googletest/googletest/src/
Dgtest-internal-inl.h466 struct TraceInfo { struct
745 std::vector<TraceInfo>& gtest_trace_stack() { in gtest_trace_stack()
748 const std::vector<TraceInfo>& gtest_trace_stack() const { in gtest_trace_stack()
919 internal::ThreadLocal<std::vector<TraceInfo> > gtest_trace_stack_;
Dgtest.cc3458 TraceInfo trace; in ScopedTrace()
3723 const internal::TraceInfo& trace = impl_->gtest_trace_stack()[i - 1]; in AddTestPartResult()
3885 void UnitTest::PushGTestTrace(const internal::TraceInfo& trace) in PushGTestTrace()
/ndk/sources/third_party/googletest/googletest/include/gtest/internal/
Dgtest-internal.h94 struct TraceInfo; // Information about a trace point.
/ndk/sources/third_party/googletest/googletest/include/gtest/
Dgtest.h1248 void PushGTestTrace(const internal::TraceInfo& trace)