OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SehExceptionInConstructorTest
(Results
1 - 4
of
4
) sorted by null
/external/chromium/testing/gtest/test/
gtest_catch_exceptions_test_.cc
53
class
SehExceptionInConstructorTest
: public Test {
55
SehExceptionInConstructorTest
() { RaiseException(42, 0, 0, NULL); }
58
TEST_F(
SehExceptionInConstructorTest
, ThrowsExceptionInConstructor) {}
/external/chromium_org/testing/gtest/test/
gtest_catch_exceptions_test_.cc
53
class
SehExceptionInConstructorTest
: public Test {
55
SehExceptionInConstructorTest
() { RaiseException(42, 0, 0, NULL); }
58
TEST_F(
SehExceptionInConstructorTest
, ThrowsExceptionInConstructor) {}
/external/gtest/test/
gtest_catch_exceptions_test_.cc
53
class
SehExceptionInConstructorTest
: public Test {
55
SehExceptionInConstructorTest
() { RaiseException(42, 0, 0, NULL); }
58
TEST_F(
SehExceptionInConstructorTest
, ThrowsExceptionInConstructor) {}
/ndk/sources/third_party/googletest/googletest/test/
gtest_catch_exceptions_test_.cc
53
class
SehExceptionInConstructorTest
: public Test {
55
SehExceptionInConstructorTest
() { RaiseException(42, 0, 0, NULL); }
58
TEST_F(
SehExceptionInConstructorTest
, ThrowsExceptionInConstructor) {}
Completed in 27 milliseconds