Searched refs:backend_impl_registry (Results 1 – 1 of 1) sorted by relevance
8 std::atomic<const BackendImplInterface*> backend_impl_registry; variable12 return !!backend_impl_registry.load(); in hasBackend()16 auto* interface = backend_impl_registry.load(); in getBackend()23 backend_impl_registry.store(backend_impl_interface); in BackendRegistrar()