Searched refs:SehExceptionInConstructorTest (Results 1 - 3 of 3) sorted by relevance

/prebuilts/ndk/current/sources/third_party/googletest/googletest/test/
H A Dgtest_catch_exceptions_test_.cc53 class SehExceptionInConstructorTest : public Test { class in inherits:Test
55 SehExceptionInConstructorTest() { RaiseException(42, 0, 0, NULL); } function in class:SehExceptionInConstructorTest
58 TEST_F(SehExceptionInConstructorTest, ThrowsExceptionInConstructor) {}
/prebuilts/ndk/r11/sources/third_party/googletest/googletest/test/
H A Dgtest_catch_exceptions_test_.cc53 class SehExceptionInConstructorTest : public Test { class in inherits:Test
55 SehExceptionInConstructorTest() { RaiseException(42, 0, 0, NULL); } function in class:SehExceptionInConstructorTest
58 TEST_F(SehExceptionInConstructorTest, ThrowsExceptionInConstructor) {}
/prebuilts/ndk/r13/sources/third_party/googletest/googletest/test/
H A Dgtest_catch_exceptions_test_.cc53 class SehExceptionInConstructorTest : public Test { class in inherits:Test
55 SehExceptionInConstructorTest() { RaiseException(42, 0, 0, NULL); } function in class:SehExceptionInConstructorTest
58 TEST_F(SehExceptionInConstructorTest, ThrowsExceptionInConstructor) {}

Completed in 127 milliseconds