Searched refs:exception_code (Results 1 – 2 of 2) sorted by relevance
508 int UnitTestOptions::GTestShouldProcessSEH(DWORD exception_code) { in GTestShouldProcessSEH() argument523 else if (exception_code == EXCEPTION_BREAKPOINT) in GTestShouldProcessSEH()525 else if (exception_code == kCxxExceptionCode) in GTestShouldProcessSEH()1997 static std::string* FormatSehExceptionMessage(DWORD exception_code, in FormatSehExceptionMessage() argument2001 exception_code << std::setbase(10) << " thrown in " << location << "."; in FormatSehExceptionMessage()
404 static int GTestShouldProcessSEH(DWORD exception_code);