Home
last modified time | relevance | path

Searched refs:reporterType (Results 1 – 3 of 3) sorted by relevance

/external/catch2/include/internal/
Dcatch_reporter_registrars.hpp60 #define CATCH_REGISTER_REPORTER( name, reporterType ) \ argument
62 …namespace{ Catch::ReporterRegistrar<reporterType> catch_internal_RegistrarFor##reporterType( name …
71 #define CATCH_REGISTER_REPORTER(name, reporterType) argument
/external/bcc/tests/cc/
Dcatch.hpp8835 #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/
Dcatch.hpp5441 #define CATCH_REGISTER_REPORTER( name, reporterType ) \ argument
5443 …namespace{ Catch::ReporterRegistrar<reporterType> catch_internal_RegistrarFor##reporterType( name …
5452 #define CATCH_REGISTER_REPORTER(name, reporterType) argument