Home
last modified time | relevance | path

Searched refs:intercept_mode_ (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/googletest/googletest/include/gtest/
H A Dgtest-spi.h86 const InterceptMode intercept_mode_; variable
/freebsd/contrib/googletest/googletest/src/
H A Dgtest.cc935 : intercept_mode_(INTERCEPT_ONLY_CURRENT_THREAD), result_(result) { in ScopedFakeTestPartResultReporter()
944 : intercept_mode_(intercept_mode), result_(result) { in ScopedFakeTestPartResultReporter()
950 if (intercept_mode_ == INTERCEPT_ALL_THREADS) { in Init()
963 if (intercept_mode_ == INTERCEPT_ALL_THREADS) { in ~ScopedFakeTestPartResultReporter()