Searched defs:reporterType (Results 1 – 3 of 3) sorted by relevance
/external/catch2/include/internal/ |
D | catch_reporter_registrars.hpp | 60 #define CATCH_REGISTER_REPORTER( name, reporterType ) \ argument 71 #define CATCH_REGISTER_REPORTER(name, reporterType) argument
|
/external/bcc/tests/cc/ |
D | catch.hpp | 8835 #define INTERNAL_CATCH_REGISTER_LEGACY_REPORTER( name, reporterType ) \ argument 8838 #define INTERNAL_CATCH_REGISTER_REPORTER( name, reporterType ) \ argument 10350 #define CATCH_REGISTER_REPORTER( name, reporterType ) INTERNAL_CATCH_REGISTER_REPORTER( name, repor… argument 10351 #define CATCH_REGISTER_LEGACY_REPORTER( name, reporterType ) INTERNAL_CATCH_REGISTER_LEGACY_REPORTE… 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 | 5441 #define CATCH_REGISTER_REPORTER( name, reporterType ) \ argument 5452 #define CATCH_REGISTER_REPORTER(name, reporterType) argument
|