Home | History | Annotate | Download | only in gtest

Lines Matching refs:GetExceptionCode

1801       GetExceptionCode())) {
1802 AddExceptionThrownFailure(GetExceptionCode(), "SetUp()");
1811 GetExceptionCode())) {
1812 AddExceptionThrownFailure(GetExceptionCode(), "the test body");
1823 GetExceptionCode())) {
1824 AddExceptionThrownFailure(GetExceptionCode(), "TearDown()");
1980 GetExceptionCode())) {
1981 AddExceptionThrownFailure(GetExceptionCode(),
2966 GetExceptionCode())) {
2967 printf("Exception thrown with code 0x%x.\nFAIL\n", GetExceptionCode());