Home
last modified time | relevance | path

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

/external/protobuf/gtest/include/gtest/
Dgtest-spi.h82 const InterceptMode intercept_mode_; variable
/external/chromium/testing/gtest/include/gtest/
Dgtest-spi.h82 const InterceptMode intercept_mode_; variable
/external/gtest/include/gtest/
Dgtest-spi.h82 const InterceptMode intercept_mode_; variable
/external/llvm/utils/unittest/googletest/include/gtest/
Dgtest-spi.h82 const InterceptMode intercept_mode_; variable
/external/gtest/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()
/external/llvm/utils/unittest/googletest/
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()
/external/protobuf/gtest/src/
Dgtest.cc507 : intercept_mode_(INTERCEPT_ONLY_CURRENT_THREAD), in ScopedFakeTestPartResultReporter()
517 : intercept_mode_(intercept_mode), in ScopedFakeTestPartResultReporter()
524 if (intercept_mode_ == INTERCEPT_ALL_THREADS) { in Init()
537 if (intercept_mode_ == INTERCEPT_ALL_THREADS) { in ~ScopedFakeTestPartResultReporter()
/external/chromium/testing/gtest/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()