Home
last modified time | relevance | path

Searched refs:GTEST_HAS_SEH (Results 1 – 5 of 5) sorted by relevance

/ndk/sources/third_party/googletest/googletest/test/
Dgtest_break_on_failure_unittest_.cc56 #if GTEST_HAS_SEH && !GTEST_OS_WINDOWS_MOBILE
72 # if GTEST_HAS_SEH && !GTEST_OS_WINDOWS_MOBILE in main()
Dgtest-death-test_ex_test.cc39 # if GTEST_HAS_SEH
76 # if GTEST_HAS_SEH
Dgtest_catch_exceptions_test_.cc40 #if GTEST_HAS_SEH
51 #if GTEST_HAS_SEH
/ndk/sources/third_party/googletest/googletest/include/gtest/internal/
Dgtest-port.h744 #ifndef GTEST_HAS_SEH
749 # define GTEST_HAS_SEH 1 macro
752 # define GTEST_HAS_SEH 0 macro
/ndk/sources/third_party/googletest/googletest/src/
Dgtest.cc504 #if GTEST_HAS_SEH
1991 #if GTEST_HAS_SEH
2046 #if GTEST_HAS_SEH in HandleSehExceptionsInMethodIfSupported()
3790 #if GTEST_HAS_SEH in Run()