/external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/ |
D | gtest-internal-inl.h | 156 catch_exceptions_ = GTEST_FLAG(catch_exceptions); in GTestFlagSaver() 177 GTEST_FLAG(catch_exceptions) = catch_exceptions_; in ~GTestFlagSaver() 197 bool catch_exceptions_; variable 785 bool catch_exceptions() const { return catch_exceptions_; } in catch_exceptions() 792 void set_catch_exceptions(bool value) { catch_exceptions_ = value; } in set_catch_exceptions() 898 bool catch_exceptions_; variable
|
/external/google-breakpad/src/testing/gtest/src/ |
D | gtest-internal-inl.h | 162 catch_exceptions_ = GTEST_FLAG(catch_exceptions); in GTestFlagSaver() 183 GTEST_FLAG(catch_exceptions) = catch_exceptions_; in ~GTestFlagSaver() 204 bool catch_exceptions_; variable 799 bool catch_exceptions() const { return catch_exceptions_; } in catch_exceptions() 806 void set_catch_exceptions(bool value) { catch_exceptions_ = value; } in set_catch_exceptions() 916 bool catch_exceptions_; variable
|
D | gtest.cc | 4005 catch_exceptions_(false) { in UnitTestImpl()
|
/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 | 168 catch_exceptions_ = GTEST_FLAG(catch_exceptions); in GTestFlagSaver() 189 GTEST_FLAG(catch_exceptions) = catch_exceptions_; in ~GTestFlagSaver() 210 bool catch_exceptions_; variable 803 bool catch_exceptions() const { return catch_exceptions_; } in catch_exceptions() 810 void set_catch_exceptions(bool value) { catch_exceptions_ = value; } in set_catch_exceptions() 920 bool catch_exceptions_; variable
|
D | gtest.cc | 4354 catch_exceptions_(false) { in UnitTestImpl()
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googletest/src/ |
D | gtest-internal-inl.h | 168 catch_exceptions_ = GTEST_FLAG(catch_exceptions); in GTestFlagSaver() 189 GTEST_FLAG(catch_exceptions) = catch_exceptions_; in ~GTestFlagSaver() 210 bool catch_exceptions_; variable 803 bool catch_exceptions() const { return catch_exceptions_; } in catch_exceptions() 810 void set_catch_exceptions(bool value) { catch_exceptions_ = value; } in set_catch_exceptions() 920 bool catch_exceptions_; variable
|
D | gtest.cc | 4353 catch_exceptions_(false) { in UnitTestImpl()
|
/external/mesa3d/src/gtest/src/ |
D | gtest-internal-inl.h | 168 catch_exceptions_ = GTEST_FLAG(catch_exceptions); in GTestFlagSaver() 189 GTEST_FLAG(catch_exceptions) = catch_exceptions_; in ~GTestFlagSaver() 210 bool catch_exceptions_; variable 803 bool catch_exceptions() const { return catch_exceptions_; } in catch_exceptions() 810 void set_catch_exceptions(bool value) { catch_exceptions_ = value; } in set_catch_exceptions() 920 bool catch_exceptions_; variable
|
D | gtest.cc | 4353 catch_exceptions_(false) { in UnitTestImpl()
|
/external/libvpx/libvpx/third_party/googletest/src/src/ |
D | gtest-internal-inl.h | 161 catch_exceptions_ = GTEST_FLAG(catch_exceptions); in GTestFlagSaver() 183 GTEST_FLAG(catch_exceptions) = catch_exceptions_; in ~GTestFlagSaver() 205 bool catch_exceptions_; variable 807 bool catch_exceptions() const { return catch_exceptions_; } in catch_exceptions() 814 void set_catch_exceptions(bool value) { catch_exceptions_ = value; } in set_catch_exceptions() 922 bool catch_exceptions_; variable
|
D | gtest.cc | 4878 catch_exceptions_(false) { in UnitTestImpl()
|
/external/googletest/googletest/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 823 bool catch_exceptions() const { return catch_exceptions_; } in catch_exceptions() 830 void set_catch_exceptions(bool value) { catch_exceptions_ = value; } in set_catch_exceptions() 938 bool catch_exceptions_; variable
|
D | gtest.cc | 4944 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/epid-sdk/ext/gtest/ |
D | 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 5805 catch_exceptions_(false) { in UnitTestImpl()
|
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/ |
D | gtest.cc | 3941 catch_exceptions_(false) { in UnitTestImpl()
|