Searched refs:exception_code (Results 1 - 1 of 1) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc805 static int GTestShouldProcessSEH(DWORD exception_code);
1996 int UnitTestOptions::GTestShouldProcessSEH(DWORD exception_code) { argument
2011 else if (exception_code == EXCEPTION_BREAKPOINT)
2013 else if (exception_code == kCxxExceptionCode)
3496 static std::string* FormatSehExceptionMessage(DWORD exception_code, argument
3500 exception_code << std::setbase(10) << " thrown in " << location << ".";

Completed in 20 milliseconds