Home
last modified time | relevance | path

Searched refs:catch_exceptions_ (Results 1 – 19 of 19) sorted by relevance

/external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/
Dgtest-internal-inl.h156 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/
Dgtest-internal-inl.h162 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
Dgtest.cc4005 catch_exceptions_(false) { in UnitTestImpl()
/external/llvm/utils/unittest/googletest/src/
Dgtest-internal-inl.h167 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
Dgtest.cc3944 catch_exceptions_(false) { in UnitTestImpl()
/external/libaom/libaom/third_party/googletest/src/googletest/src/
Dgtest-internal-inl.h168 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
Dgtest.cc4354 catch_exceptions_(false) { in UnitTestImpl()
/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googletest/src/
Dgtest-internal-inl.h168 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
Dgtest.cc4353 catch_exceptions_(false) { in UnitTestImpl()
/external/mesa3d/src/gtest/src/
Dgtest-internal-inl.h168 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
Dgtest.cc4353 catch_exceptions_(false) { in UnitTestImpl()
/external/libvpx/libvpx/third_party/googletest/src/src/
Dgtest-internal-inl.h161 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
Dgtest.cc4878 catch_exceptions_(false) { in UnitTestImpl()
/external/googletest/googletest/src/
Dgtest-internal-inl.h162 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
Dgtest.cc4944 catch_exceptions_(false) { in UnitTestImpl()
/external/google-breakpad/src/client/windows/unittests/
Dexception_handler_test.h56 bool catch_exceptions_;
Dexception_handler_test.cc50 catch_exceptions_ = GTEST_FLAG(catch_exceptions); in DisableExceptionHandlerInScope()
55 GTEST_FLAG(catch_exceptions) = catch_exceptions_; in ~DisableExceptionHandlerInScope()
/external/epid-sdk/ext/gtest/
Dgtest-all.cc575 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/
Dgtest.cc3941 catch_exceptions_(false) { in UnitTestImpl()