Home
last modified time | relevance | path

Searched refs:ListenerFactory (Results 1 – 4 of 4) 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.hpp6027 class ListenerFactory : public IReporterFactory { class in Catch::ListenerRegistrar
6040 getMutableRegistryHub().registerListener( std::make_shared<ListenerFactory>() ); in ListenerRegistrar()
/external/libabigail/tests/lib/
Dcatch.hpp6063 class ListenerFactory : public IReporterFactory { class in Catch::ListenerRegistrar
6076 getMutableRegistryHub().registerListener( std::make_shared<ListenerFactory>() ); in ListenerRegistrar()