Home
last modified time | relevance | path

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

/ndk/sources/third_party/googletest/googletest/include/gtest/
Dgtest-spi.h57 INTERCEPT_ALL_THREADS // Intercepts all failures. enumerator
167 INTERCEPT_ALL_THREADS, &gtest_failures);\
226 ::testing::ScopedFakeTestPartResultReporter::INTERCEPT_ALL_THREADS, \
/ndk/sources/third_party/googletest/googletest/src/
Dgtest.cc556 if (intercept_mode_ == INTERCEPT_ALL_THREADS) { in Init()
569 if (intercept_mode_ == INTERCEPT_ALL_THREADS) { in ~ScopedFakeTestPartResultReporter()
/ndk/sources/third_party/googletest/googletest/test/
Dgtest_unittest.cc1166 ScopedFakeTestPartResultReporter::INTERCEPT_ALL_THREADS, &results); in TEST_F()