Searched refs:CATCH_REC_NEXT1 (Results 1 – 3 of 3) sorted by relevance
/external/catch2/include/internal/ |
D | catch_preprocessor.hpp | 38 #define CATCH_REC_NEXT1(test, next) CATCH_DEFER ( CATCH_REC_NEXT0 ) ( test, next, 0) macro 39 #define CATCH_REC_NEXT(test, next) CATCH_REC_NEXT1(CATCH_REC_GET_END test, next)
|
/external/catch2/single_include/catch2/ |
D | catch.hpp | 712 #define CATCH_REC_NEXT1(test, next) CATCH_DEFER ( CATCH_REC_NEXT0 ) ( test, next, 0) macro 713 #define CATCH_REC_NEXT(test, next) CATCH_REC_NEXT1(CATCH_REC_GET_END test, next)
|
/external/libabigail/tests/lib/ |
D | catch.hpp | 715 #define CATCH_REC_NEXT1(test, next) CATCH_DEFER ( CATCH_REC_NEXT0 ) ( test, next, 0) macro 716 #define CATCH_REC_NEXT(test, next) CATCH_REC_NEXT1(CATCH_REC_GET_END test, next)
|