Searched refs:ISystemGraphLoaderFactory (Results 1 – 5 of 5) sorted by relevance
82 class ISystemGraphLoaderFactory : public IInterface {86 using Ptr = BASE_NS::refcnt_ptr<ISystemGraphLoaderFactory>;91 ISystemGraphLoaderFactory() = default;92 virtual ~ISystemGraphLoaderFactory() = default;95 inline constexpr BASE_NS::string_view GetName(const ISystemGraphLoaderFactory*) in GetName() argument
39 class SystemGraphLoaderFactory final : public ISystemGraphLoaderFactory {
405 if (uid == ISystemGraphLoaderFactory::UID) { in GetInterface()413 if (uid == ISystemGraphLoaderFactory::UID) { in GetInterface()
191 …InterfaceTypeInfo { ®istry, UID_SYSTEM_GRAPH_LOADER, GetName<ISystemGraphLoaderFactory>().data(… in RegisterGlobalInterfaces()
889 auto graphFactory = CORE_NS::GetInstance<CORE_NS::ISystemGraphLoaderFactory>( in LoadSystemGraph()