/external/llvm/utils/unittest/googletest/src/ |
D | gtest-internal-inl.h | 167 catch_exceptions_ = GTEST_FLAG(catch_exceptions); in GTestFlagSaver() 190 GTEST_FLAG(catch_exceptions) = catch_exceptions_; in ~GTestFlagSaver() 210 bool catch_exceptions_; variable 788 bool catch_exceptions() const { return catch_exceptions_; } in catch_exceptions() 795 void set_catch_exceptions(bool value) { catch_exceptions_ = value; } in set_catch_exceptions() 901 bool catch_exceptions_; variable
|
D | gtest.cc | 3944 catch_exceptions_(false) { in UnitTestImpl()
|
/external/libaom/libaom/third_party/googletest/src/googletest/src/ |
D | gtest-internal-inl.h | 164 catch_exceptions_ = GTEST_FLAG(catch_exceptions); in GTestFlagSaver() 186 GTEST_FLAG(catch_exceptions) = catch_exceptions_; in ~GTestFlagSaver() 208 bool catch_exceptions_; variable 835 bool catch_exceptions() const { return catch_exceptions_; } in catch_exceptions() 842 void set_catch_exceptions(bool value) { catch_exceptions_ = value; } in set_catch_exceptions() 956 bool catch_exceptions_; variable
|
D | gtest.cc | 5067 catch_exceptions_(false) { in UnitTestImpl()
|
/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/src/ |
D | gtest-internal-inl.h | 165 catch_exceptions_ = GTEST_FLAG(catch_exceptions); in GTestFlagSaver() 189 GTEST_FLAG(catch_exceptions) = catch_exceptions_; in ~GTestFlagSaver() 213 bool catch_exceptions_; variable 850 bool catch_exceptions() const { return catch_exceptions_; } in catch_exceptions() 857 void set_catch_exceptions(bool value) { catch_exceptions_ = value; } in set_catch_exceptions() 971 bool catch_exceptions_; variable
|
D | gtest.cc | 5406 catch_exceptions_(false) { in UnitTestImpl()
|
/external/googletest/googletest/src/ |
D | gtest-internal-inl.h | 165 catch_exceptions_ = GTEST_FLAG(catch_exceptions); in GTestFlagSaver() 189 GTEST_FLAG(catch_exceptions) = catch_exceptions_; in ~GTestFlagSaver() 213 bool catch_exceptions_; variable 843 bool catch_exceptions() const { return catch_exceptions_; } in catch_exceptions() 850 void set_catch_exceptions(bool value) { catch_exceptions_ = value; } in set_catch_exceptions() 964 bool catch_exceptions_; variable
|
D | gtest.cc | 5537 catch_exceptions_(false) { in UnitTestImpl()
|
/external/mesa3d/src/gtest/src/ |
D | gtest-internal-inl.h | 162 catch_exceptions_ = GTEST_FLAG(catch_exceptions); in GTestFlagSaver() 184 GTEST_FLAG(catch_exceptions) = catch_exceptions_; in ~GTestFlagSaver() 206 bool catch_exceptions_; variable 828 bool catch_exceptions() const { return catch_exceptions_; } in catch_exceptions() 835 void set_catch_exceptions(bool value) { catch_exceptions_ = value; } in set_catch_exceptions() 943 bool catch_exceptions_; variable
|
D | gtest.cc | 5024 catch_exceptions_(false) { in UnitTestImpl()
|
/external/libvpx/libvpx/third_party/googletest/src/src/ |
D | gtest-internal-inl.h | 163 catch_exceptions_ = GTEST_FLAG(catch_exceptions); in GTestFlagSaver() 185 GTEST_FLAG(catch_exceptions) = catch_exceptions_; in ~GTestFlagSaver() 207 bool catch_exceptions_; variable 840 bool catch_exceptions() const { return catch_exceptions_; } in catch_exceptions() 847 void set_catch_exceptions(bool value) { catch_exceptions_ = value; } in set_catch_exceptions() 961 bool catch_exceptions_; variable
|
D | gtest.cc | 5204 catch_exceptions_(false) { in UnitTestImpl()
|
/external/google-breakpad/src/client/windows/unittests/ |
D | exception_handler_test.h | 56 bool catch_exceptions_;
|
D | exception_handler_test.cc | 50 catch_exceptions_ = GTEST_FLAG(catch_exceptions); in DisableExceptionHandlerInScope() 55 GTEST_FLAG(catch_exceptions) = catch_exceptions_; in ~DisableExceptionHandlerInScope()
|
/external/fmtlib/test/ |
D | gmock-gtest-all.cc | 578 catch_exceptions_ = GTEST_FLAG(catch_exceptions); in GTestFlagSaver() 599 GTEST_FLAG(catch_exceptions) = catch_exceptions_; in ~GTestFlagSaver() 620 bool catch_exceptions_; member in testing::internal::GTestFlagSaver 1212 bool catch_exceptions() const { return catch_exceptions_; } in catch_exceptions() 1219 void set_catch_exceptions(bool value) { catch_exceptions_ = value; } in set_catch_exceptions() 1329 bool catch_exceptions_; member in testing::internal::UnitTestImpl 5367 catch_exceptions_(false) { in UnitTestImpl()
|
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/test/gmock-1.8.0/ |
D | gmock-gtest-all.cc | 575 catch_exceptions_ = GTEST_FLAG(catch_exceptions); in GTestFlagSaver() 596 GTEST_FLAG(catch_exceptions) = catch_exceptions_; in ~GTestFlagSaver() 617 bool catch_exceptions_; member in testing::internal::GTestFlagSaver 1210 bool catch_exceptions() const { return catch_exceptions_; } in catch_exceptions() 1217 void set_catch_exceptions(bool value) { catch_exceptions_ = value; } in set_catch_exceptions() 1327 bool catch_exceptions_; member in testing::internal::UnitTestImpl 5801 catch_exceptions_(false) { in UnitTestImpl()
|