Home
last modified time | relevance | path

Searched refs:INTERNAL_CATCH_CATCH (Results 1 – 4 of 4) 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
52 } INTERNAL_CATCH_CATCH( catchAssertionHandler ) \
Dcatch_capture_matchers.h63 } INTERNAL_CATCH_CATCH( catchAssertionHandler ) \
/external/catch2/single_include/catch2/
Dcatch.hpp2665 #define INTERNAL_CATCH_CATCH( capturer ) macro
2670 #define INTERNAL_CATCH_CATCH( handler ) catch(...) { handler.handleUnexpectedInflightException(); } macro
2686 } INTERNAL_CATCH_CATCH( catchAssertionHandler ) \
3781 } INTERNAL_CATCH_CATCH( catchAssertionHandler ) \
/external/libabigail/tests/lib/
Dcatch.hpp2687 #define INTERNAL_CATCH_CATCH( capturer ) macro
2692 #define INTERNAL_CATCH_CATCH( handler ) catch(...) { handler.handleUnexpectedInflightException(); } macro
2708 } INTERNAL_CATCH_CATCH( catchAssertionHandler ) \
3805 } INTERNAL_CATCH_CATCH( catchAssertionHandler ) \