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

/external/chromium/testing/gtest/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) {}
/external/chromium_org/testing/gtest/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) {}
/external/gtest/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 423 milliseconds