Home
last modified time | relevance | path

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

/freebsd/contrib/googletest/googletest/include/gtest/
H A Dgtest-spi.h60 INTERCEPT_ALL_THREADS // Intercepts all failures. enumerator
178 ::testing::ScopedFakeTestPartResultReporter::INTERCEPT_ALL_THREADS, \
242 ::testing::ScopedFakeTestPartResultReporter::INTERCEPT_ALL_THREADS, \
/freebsd/contrib/googletest/googletest/src/
H A Dgtest.cc950 if (intercept_mode_ == INTERCEPT_ALL_THREADS) { in Init()
963 if (intercept_mode_ == INTERCEPT_ALL_THREADS) { in ~ScopedFakeTestPartResultReporter()
/freebsd/contrib/googletest/googletest/test/
H A Dgtest_unittest.cc1224 ScopedFakeTestPartResultReporter::INTERCEPT_ALL_THREADS, &results); in TEST_F()