Home
last modified time | relevance | path

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

/external/catch2/include/internal/
Dcatch_reporter_registrars.hpp17 class ReporterRegistrar { class
32 explicit ReporterRegistrar( std::string const& name ) { in ReporterRegistrar() function in Catch::ReporterRegistrar
62 …namespace{ Catch::ReporterRegistrar<reporterType> catch_internal_RegistrarFor##reporterType( name …
/external/catch2/projects/ExtraTests/
DX02-DisabledMacros.cpp11 static Catch::ReporterRegistrar<Catch::ConsoleReporter> temporary( "console" );
/external/bcc/tests/cc/
Dcatch.hpp8783 class ReporterRegistrar { class
8809 ReporterRegistrar( std::string const& name ) { in ReporterRegistrar() function in Catch::ReporterRegistrar
8839 …namespace{ Catch::ReporterRegistrar<reporterType> catch_internal_RegistrarFor##reporterType( name …
/external/catch2/single_include/catch2/
Dcatch.hpp5398 class ReporterRegistrar { class
5413 explicit ReporterRegistrar( std::string const& name ) { in ReporterRegistrar() function in Catch::ReporterRegistrar
5443 …namespace{ Catch::ReporterRegistrar<reporterType> catch_internal_RegistrarFor##reporterType( name …