Home
last modified time | relevance | path

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

/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/llvm-project/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/googletest/googletest/src/
Dgtest-internal-inl.h165 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
Dgtest.cc5537 catch_exceptions_(false) { in UnitTestImpl()
/external/mesa3d/src/gtest/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
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
Dgtest.cc5024 catch_exceptions_(false) { in UnitTestImpl()
/external/libaom/libaom/third_party/googletest/src/googletest/src/
Dgtest-internal-inl.h164 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
Dgtest.cc5067 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/rust/crates/quiche/deps/boringssl/src/third_party/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.cc4963 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/fmtlib/test/
Dgmock-gtest-all.cc578 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/
Dgmock-gtest-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
5801 catch_exceptions_(false) { in UnitTestImpl()