Searched refs:typeUid (Results 1 – 9 of 9) sorted by relevance
138 if (plugin && (plugin->typeUid == IPlugin::UID)) { in GatherStaticPlugins()157 if (plugin && (plugin->typeUid == IPlugin::UID)) { in GatherDynamicPlugins()424 if (const auto pos = typeInfos_.find(type.typeUid); pos != typeInfos_.cend()) { in RegisterTypeInfo()427 typeInfos_.insert({ type.typeUid, {} }).first->second.push_back(&type); in RegisterTypeInfo()441 if (const auto typeInfos = typeInfos_.find(type.typeUid); typeInfos != typeInfos_.cend()) { in UnregisterTypeInfo()452 array_view<const ITypeInfo* const> PluginRegistry::GetTypeInfos(const Uid& typeUid) const in GetTypeInfos()454 if (const auto typeInfos = typeInfos_.find(typeUid); typeInfos != typeInfos_.cend()) { in GetTypeInfos()
343 …if (info && info->typeUid == IEnginePlugin::UID && static_cast<const IEnginePlugin*>(info)->create… in OnTypeInfoEvent()356 if (info && info->typeUid == IEnginePlugin::UID) { in OnTypeInfoEvent()
54 …BASE_NS::array_view<const ITypeInfo* const> GetTypeInfos(const BASE_NS::Uid& typeUid) const overri… in CORE_BEGIN_NAMESPACE()
664 …if (info && info->typeUid == IRenderPlugin::UID && static_cast<const IRenderPlugin*>(info)->create… in OnTypeInfoEvent()673 } else if (info && info->typeUid == RenderDataStoreTypeInfo::UID) { in OnTypeInfoEvent()675 } else if (info && info->typeUid == RenderNodeTypeInfo::UID) { in OnTypeInfoEvent()681 if (info && info->typeUid == IRenderPlugin::UID) { in OnTypeInfoEvent()693 } else if (info && info->typeUid == RenderDataStoreTypeInfo::UID) { in OnTypeInfoEvent()695 } else if (info && info->typeUid == RenderNodeTypeInfo::UID) { in OnTypeInfoEvent()
48 if (typeInfo && (typeInfo->typeUid == IImageLoaderManager::ImageLoaderTypeInfo::UID)) { in ImageLoaderManager()242 if (typeInfo && (typeInfo->typeUid == IImageLoaderManager::ImageLoaderTypeInfo::UID)) { in OnTypeInfoEvent()
75 …virtual BASE_NS::array_view<const ITypeInfo* const> GetTypeInfos(const BASE_NS::Uid& typeUid) cons…
47 BASE_NS::Uid typeUid; member
458 …if (info && info->typeUid == I3DPlugin::UID && static_cast<const I3DPlugin*>(info)->createPlugin) { in OnTypeInfoEvent()471 if (info && info->typeUid == I3DPlugin::UID) { in OnTypeInfoEvent()
602 if (info && info->typeUid == SystemTypeInfo::UID) { in OnTypeInfoEvent()610 } else if (info && info->typeUid == ComponentManagerTypeInfo::UID) { in OnTypeInfoEvent()