Home | History | Annotate | Download | only in src

Lines Matching refs:exception_code

508 int UnitTestOptions::GTestShouldProcessSEH(DWORD exception_code) {
523 else if (exception_code == EXCEPTION_BREAKPOINT)
525 else if (exception_code == kCxxExceptionCode)
2018 static internal::String* FormatSehExceptionMessage(DWORD exception_code,
2022 exception_code << std::setbase(10) << " thrown in " << location << ".";