Home
last modified time | relevance | path

Searched refs:handleVectoredException (Results 1 – 3 of 3) sorted by relevance

/external/catch2/include/internal/
Dcatch_fatal_condition.cpp46 … LONG CALLBACK FatalConditionHandler::handleVectoredException(PEXCEPTION_POINTERS ExceptionInfo) { in handleVectoredException() function in Catch::FatalConditionHandler
64 exceptionHandlerHandle = AddVectoredExceptionHandler(1, handleVectoredException); in FatalConditionHandler()
Dcatch_fatal_condition.h23 static LONG CALLBACK handleVectoredException(PEXCEPTION_POINTERS ExceptionInfo);
/external/catch2/single_include/catch2/
Dcatch.hpp6081 static LONG CALLBACK handleVectoredException(PEXCEPTION_POINTERS ExceptionInfo);
8669 … LONG CALLBACK FatalConditionHandler::handleVectoredException(PEXCEPTION_POINTERS ExceptionInfo) { in handleVectoredException() function in Catch::FatalConditionHandler
8687 exceptionHandlerHandle = AddVectoredExceptionHandler(1, handleVectoredException); in FatalConditionHandler()