Home
last modified time | relevance | path

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

/ndk/sources/third_party/googletest/googletest/include/gtest/
Dgtest-spi.h82 const InterceptMode intercept_mode_; variable
/ndk/sources/third_party/googletest/googletest/src/
Dgtest.cc539 : intercept_mode_(INTERCEPT_ONLY_CURRENT_THREAD), in ScopedFakeTestPartResultReporter()
549 : intercept_mode_(intercept_mode), in ScopedFakeTestPartResultReporter()
556 if (intercept_mode_ == INTERCEPT_ALL_THREADS) { in Init()
569 if (intercept_mode_ == INTERCEPT_ALL_THREADS) { in ~ScopedFakeTestPartResultReporter()