Home | History | Annotate | Download | only in gtest

Lines Matching full:exception_code

390 int UnitTestOptions::GTestShouldProcessSEH(DWORD exception_code) {
395 exception_code != EXCEPTION_BREAKPOINT) ?
1703 static void AddExceptionThrownFailure(DWORD exception_code,
1707 exception_code << std::setbase(10) << " in " << location << ".";