Searched refs:reporterType (Results 1 – 4 of 4) sorted by relevance
/external/catch2/include/internal/ |
D | catch_reporter_registrars.hpp | 60 #define CATCH_REGISTER_REPORTER( name, reporterType ) \ argument 63 …namespace{ Catch::ReporterRegistrar<reporterType> catch_internal_RegistrarFor##reporterType( name … 73 #define CATCH_REGISTER_REPORTER(name, reporterType) argument
|
/external/bcc/tests/cc/ |
D | catch.hpp | 8835 #define INTERNAL_CATCH_REGISTER_LEGACY_REPORTER( name, reporterType ) \ argument 8836 …namespace{ Catch::LegacyReporterRegistrar<reporterType> catch_internal_RegistrarFor##reporterType(… 8838 #define INTERNAL_CATCH_REGISTER_REPORTER( name, reporterType ) \ argument 8839 …namespace{ Catch::ReporterRegistrar<reporterType> catch_internal_RegistrarFor##reporterType( name … 10350 #define CATCH_REGISTER_REPORTER( name, reporterType ) INTERNAL_CATCH_REGISTER_REPORTER( name, repor… argument 10351 … CATCH_REGISTER_LEGACY_REPORTER( name, reporterType ) INTERNAL_CATCH_REGISTER_LEGACY_REPORTER( nam… argument 10419 #define REGISTER_REPORTER( name, reporterType ) INTERNAL_CATCH_REGISTER_REPORTER( name, reporterTyp… argument 10420 …define REGISTER_LEGACY_REPORTER( name, reporterType ) INTERNAL_CATCH_REGISTER_LEGACY_REPORTER( nam… argument
|
/external/catch2/single_include/catch2/ |
D | catch.hpp | 6047 #define CATCH_REGISTER_REPORTER( name, reporterType ) \ argument 6050 …namespace{ Catch::ReporterRegistrar<reporterType> catch_internal_RegistrarFor##reporterType( name … 6060 #define CATCH_REGISTER_REPORTER(name, reporterType) argument
|
/external/libabigail/tests/lib/ |
D | catch.hpp | 6083 #define CATCH_REGISTER_REPORTER( name, reporterType ) \ argument 6086 …namespace{ Catch::ReporterRegistrar<reporterType> catch_internal_RegistrarFor##reporterType( name … 6096 #define CATCH_REGISTER_REPORTER(name, reporterType) argument
|