Home
last modified time | relevance | path

Searched refs:INTERNAL_CATCH_REGISTER_REPORTER (Results 1 – 2 of 2) sorted by relevance

/external/bcc/tests/cc/
Dcatch.hpp8838 #define INTERNAL_CATCH_REGISTER_REPORTER( name, reporterType ) \ macro
9259 INTERNAL_CATCH_REGISTER_REPORTER( "xml", XmlReporter )
9468 INTERNAL_CATCH_REGISTER_REPORTER( "junit", JunitReporter )
9900 INTERNAL_CATCH_REGISTER_REPORTER( "console", ConsoleReporter )
10188 INTERNAL_CATCH_REGISTER_REPORTER( "compact", CompactReporter )
10350 #define CATCH_REGISTER_REPORTER( name, reporterType ) INTERNAL_CATCH_REGISTER_REPORTER( name, repor…
10419 #define REGISTER_REPORTER( name, reporterType ) INTERNAL_CATCH_REGISTER_REPORTER( name, reporterTyp…
/external/catch2/docs/
Drelease-notes.md415 * Removed `INTERNAL_CATCH_REGISTER_REPORTER`