Home
last modified time | relevance | path

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

/freebsd/contrib/googletest/googletest/include/gtest/
H A Dgtest-spi.h59 INTERCEPT_ONLY_CURRENT_THREAD, // Intercepts only thread local failures. enumerator
161 INTERCEPT_ONLY_CURRENT_THREAD, \
226 INTERCEPT_ONLY_CURRENT_THREAD, \
/freebsd/contrib/googletest/googletest/test/
H A Dgoogletest-output-test_.cc890 ScopedFakeTestPartResultReporter::INTERCEPT_ONLY_CURRENT_THREAD, in TEST_F()
H A Dgtest_unittest.cc1183 ScopedFakeTestPartResultReporter::INTERCEPT_ONLY_CURRENT_THREAD, in TEST_F()
/freebsd/contrib/googletest/googletest/src/
H A Dgtest.cc909 : intercept_mode_(INTERCEPT_ONLY_CURRENT_THREAD), result_(result) { in ScopedFakeTestPartResultReporter()