Home
last modified time | relevance | path

Searched defs:CATCH_REGISTER_REPORTER (Results 1 – 3 of 3) sorted by relevance

/external/catch2/include/internal/
Dcatch_reporter_registrars.hpp60 #define CATCH_REGISTER_REPORTER( name, reporterType ) \ macro
71 #define CATCH_REGISTER_REPORTER(name, reporterType) macro
/external/catch2/single_include/catch2/
Dcatch.hpp5441 #define CATCH_REGISTER_REPORTER( name, reporterType ) \ macro
5452 #define CATCH_REGISTER_REPORTER(name, reporterType) macro
/external/bcc/tests/cc/
Dcatch.hpp10350 #define CATCH_REGISTER_REPORTER( name, reporterType ) INTERNAL_CATCH_REGISTER_REPORTER( name, repor… macro