Home
last modified time | relevance | path

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

/external/catch2/include/internal/
Dcatch_registry_hub.cpp23 class RegistryHub : public IRegistryHub, public IMutableRegistryHub, class
27 RegistryHub() = default;
73 using RegistryHubSingleton = Singleton<RegistryHub, IRegistryHub, IMutableRegistryHub>;
/external/bcc/tests/cc/
Dcatch.hpp6685 class RegistryHub : public IRegistryHub, public IMutableRegistryHub { class
6687 RegistryHub( RegistryHub const& );
6688 void operator=( RegistryHub const& );
6691 RegistryHub() { in RegistryHub() function in Catch::__anon9ae92ec10211::RegistryHub
6724 inline RegistryHub*& getTheRegistryHub() { in getTheRegistryHub()
6725 static RegistryHub* theRegistryHub = CATCH_NULL; in getTheRegistryHub()
6727 theRegistryHub = new RegistryHub(); in getTheRegistryHub()
/external/catch2/single_include/catch2/
Dcatch.hpp10120 class RegistryHub : public IRegistryHub, public IMutableRegistryHub, class
10124 RegistryHub() = default;
10170 using RegistryHubSingleton = Singleton<RegistryHub, IRegistryHub, IMutableRegistryHub>;