Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/third-party/googletest/googletest/src/
Dgtest-internal-inl.h391 static int GTestShouldProcessSEH(DWORD exception_code);
Dgtest.cc849 int UnitTestOptions::GTestShouldProcessSEH(DWORD exception_code) { in GTestShouldProcessSEH() argument
864 else if (exception_code == EXCEPTION_BREAKPOINT) in GTestShouldProcessSEH()
866 else if (exception_code == kCxxExceptionCode) in GTestShouldProcessSEH()
2590 static std::string* FormatSehExceptionMessage(DWORD exception_code, in FormatSehExceptionMessage() argument
2594 exception_code << std::setbase(10) << " thrown in " << location << "."; in FormatSehExceptionMessage()