Home
last modified time | relevance | path

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

/external/catch2/include/internal/
Dcatch_reporter_registrars.hpp40 class ListenerFactory : public IReporterFactory { class in Catch::ListenerRegistrar
53 getMutableRegistryHub().registerListener( std::make_shared<ListenerFactory>() ); in ListenerRegistrar()
/external/bcc/tests/cc/
Dcatch.hpp8817 class ListenerFactory : public SharedImpl<IReporterFactory> { class in Catch::ListenerRegistrar
8830 getMutableRegistryHub().registerListener( new ListenerFactory() ); in ListenerRegistrar()
/external/catch2/single_include/catch2/
Dcatch.hpp5421 class ListenerFactory : public IReporterFactory { class in Catch::ListenerRegistrar
5434 getMutableRegistryHub().registerListener( std::make_shared<ListenerFactory>() ); in ListenerRegistrar()