Home
last modified time | relevance | path

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

/ndk/sources/third_party/googletest/googletest/src/
Dgtest.cc508 int UnitTestOptions::GTestShouldProcessSEH(DWORD exception_code) { in GTestShouldProcessSEH() argument
523 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() argument
2001 exception_code << std::setbase(10) << " thrown in " << location << "."; in FormatSehExceptionMessage()
Dgtest-internal-inl.h404 static int GTestShouldProcessSEH(DWORD exception_code);