Home
last modified time | relevance | path

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

/external/catch2/include/internal/
Dcatch_reporter_registrars.hpp60 #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/
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.hpp6047 #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/
Dcatch.hpp6083 #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