Home
last modified time | relevance | path

Searched refs:IMutableRegistryHub (Results 1 – 5 of 5) sorted by relevance

/external/catch2/include/internal/
Dcatch_interfaces_registry_hub.h42 struct IMutableRegistryHub { struct
43 virtual ~IMutableRegistryHub();
53 IMutableRegistryHub& getMutableRegistryHub();
Dcatch_registry_hub.cpp23 class RegistryHub : public IRegistryHub, public IMutableRegistryHub,
73 using RegistryHubSingleton = Singleton<RegistryHub, IRegistryHub, IMutableRegistryHub>;
78 IMutableRegistryHub& getMutableRegistryHub() { in getMutableRegistryHub()
Dcatch_interfaces_registry_hub.cpp5 IMutableRegistryHub::~IMutableRegistryHub() = default;
/external/bcc/tests/cc/
Dcatch.hpp2537 struct IMutableRegistryHub { struct
2538 virtual ~IMutableRegistryHub();
2546 IMutableRegistryHub& getMutableRegistryHub();
6685 class RegistryHub : public IRegistryHub, public IMutableRegistryHub {
6735 IMutableRegistryHub& getMutableRegistryHub() { in getMutableRegistryHub()
10207 IMutableRegistryHub::~IMutableRegistryHub() {} in ~IMutableRegistryHub()
/external/catch2/single_include/catch2/
Dcatch.hpp2643 struct IMutableRegistryHub { struct
2644 virtual ~IMutableRegistryHub();
2654 IMutableRegistryHub& getMutableRegistryHub();
8860 IMutableRegistryHub::~IMutableRegistryHub() = default;
10120 class RegistryHub : public IRegistryHub, public IMutableRegistryHub,
10170 using RegistryHubSingleton = Singleton<RegistryHub, IRegistryHub, IMutableRegistryHub>;
10175 IMutableRegistryHub& getMutableRegistryHub() { in getMutableRegistryHub()