Home
last modified time | relevance | path

Searched refs:intercept_mode_ (Results 1 - 6 of 6) sorted by relevance

/third_party/googletest/googletest/include/gtest/
H A Dgtest-spi.h86 const InterceptMode intercept_mode_; member in testing::ScopedFakeTestPartResultReporter
/third_party/node/deps/googletest/include/gtest/
H A Dgtest-spi.h86 const InterceptMode intercept_mode_; member in testing::ScopedFakeTestPartResultReporter
/third_party/mesa3d/src/gtest/include/gtest/
H A Dgtest-spi.h87 const InterceptMode intercept_mode_; member in testing::ScopedFakeTestPartResultReporter
/third_party/googletest/googletest/src/
H A Dgtest.cc892 : intercept_mode_(INTERCEPT_ONLY_CURRENT_THREAD), result_(result) {
901 : intercept_mode_(intercept_mode), result_(result) {
907 if (intercept_mode_ == INTERCEPT_ALL_THREADS) {
920 if (intercept_mode_ == INTERCEPT_ALL_THREADS) {
/third_party/mesa3d/src/gtest/src/
H A Dgtest.cc586 : intercept_mode_(INTERCEPT_ONLY_CURRENT_THREAD), in ScopedFakeTestPartResultReporter()
596 : intercept_mode_(intercept_mode), in ScopedFakeTestPartResultReporter()
603 if (intercept_mode_ == INTERCEPT_ALL_THREADS) { in Init()
616 if (intercept_mode_ == INTERCEPT_ALL_THREADS) { in ~ScopedFakeTestPartResultReporter()
/third_party/node/deps/googletest/src/
H A Dgtest.cc909 : intercept_mode_(INTERCEPT_ONLY_CURRENT_THREAD), result_(result) {
918 : intercept_mode_(intercept_mode), result_(result) {
924 if (intercept_mode_ == INTERCEPT_ALL_THREADS) {
937 if (intercept_mode_ == INTERCEPT_ALL_THREADS) {

Completed in 26 milliseconds