Lines Matching refs:UID
96 { RenderDataStoreTypeInfo::UID },
97 RenderDataStoreType::UID,
119 IRenderDataStore* renderDataStore = renderDataStoreManager.Create(DataStoreType::UID, name.data());
431 for (auto info : CORE_NS::GetPluginRegister().GetTypeInfos(RenderDataStoreTypeInfo::UID)) {
443 for (auto info : CORE_NS::GetPluginRegister().GetTypeInfos(RenderNodeTypeInfo::UID)) {
461 for (auto info : CORE_NS::GetPluginRegister().GetTypeInfos(IRenderPlugin::UID)) {
570 if ((uid == IRenderContext::UID) || (uid == IClassFactory::UID) || (uid == IInterface::UID)) {
573 if (uid == IClassRegister::UID) {
581 if ((uid == IRenderContext::UID) || (uid == IClassFactory::UID) || (uid == IInterface::UID)) {
584 if (uid == IClassRegister::UID) {
664 if (info && info->typeUid == IRenderPlugin::UID && static_cast<const IRenderPlugin*>(info)->createPlugin) {
673 } else if (info && info->typeUid == RenderDataStoreTypeInfo::UID) {
675 } else if (info && info->typeUid == RenderNodeTypeInfo::UID) {
681 if (info && info->typeUid == IRenderPlugin::UID) {
693 } else if (info && info->typeUid == RenderDataStoreTypeInfo::UID) {
695 } else if (info && info->typeUid == RenderNodeTypeInfo::UID) {