Home
last modified time | relevance | path

Searched defs:INTERNAL_CATCH_CATCH (Results 1 – 2 of 2) sorted by relevance

/external/catch2/include/internal/
Dcatch_capture.hpp30 #define INTERNAL_CATCH_CATCH( capturer ) macro
35 #define INTERNAL_CATCH_CATCH( handler ) catch(...) { handler.handleUnexpectedInflightException(); } macro
/external/catch2/single_include/catch2/
Dcatch.hpp2316 #define INTERNAL_CATCH_CATCH( capturer ) macro
2321 #define INTERNAL_CATCH_CATCH( handler ) catch(...) { handler.handleUnexpectedInflightException(); } macro