Home
last modified time | relevance | path

Searched refs:INTERCEPT_ALL_THREADS (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/googletest/googletest/include/gtest/
H A Dgtest-spi.h61 INTERCEPT_ALL_THREADS // Intercepts all failures. enumerator
172 INTERCEPT_ALL_THREADS, &gtest_failures);\
231 ::testing::ScopedFakeTestPartResultReporter::INTERCEPT_ALL_THREADS, \
/freebsd-12.1/contrib/googletest/googletest/src/
H A Dgtest.cc629 if (intercept_mode_ == INTERCEPT_ALL_THREADS) { in Init()
642 if (intercept_mode_ == INTERCEPT_ALL_THREADS) { in ~ScopedFakeTestPartResultReporter()
/freebsd-12.1/contrib/googletest/googletest/test/
H A Dgtest_unittest.cc1172 ScopedFakeTestPartResultReporter::INTERCEPT_ALL_THREADS, &results); in TEST_F()