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

/openjdk10/test/fmw/gtest/src/
H A Dgtest-internal-inl.h466 struct TraceInfo { struct in namespace:testing::internal
751 std::vector<TraceInfo>& gtest_trace_stack() {
754 const std::vector<TraceInfo>& gtest_trace_stack() const {
925 internal::ThreadLocal<std::vector<TraceInfo> > gtest_trace_stack_;
H A Dgtest.cc3488 TraceInfo trace;
3792 const internal::TraceInfo& trace = impl_->gtest_trace_stack()[i - 1];
3979 void UnitTest::PushGTestTrace(const internal::TraceInfo& trace)
/openjdk10/test/fmw/gtest/include/gtest/internal/
H A Dgtest-internal.h95 struct TraceInfo; // Information about a trace point.
/openjdk10/test/fmw/gtest/include/gtest/
H A Dgtest.h1279 void PushGTestTrace(const internal::TraceInfo& trace)

Completed in 118 milliseconds