Home
last modified time | relevance | path

Searched refs:GetObjectFactory (Results 1 - 7 of 7) sorted by relevance

/foundation/graphic/graphic_3d/lume/metaobject/src/
H A Dclass_registry.h45 IObjectFactory::ConstPtr GetObjectFactory(const BASE_NS::Uid& uid) const;
H A Dclass_registry.cpp69 IObjectFactory::ConstPtr ClassRegistry::GetObjectFactory(const BASE_NS::Uid& uid) const in GetObjectFactory() function in ClassRegistry
H A Dobject_registry.cpp165 if (auto fac = classRegistry_.GetObjectFactory(uid)) { in CreateInternal()
328 IObjectFactory::ConstPtr ObjectRegistry::GetObjectFactory(const ObjectId& uid) const in GetObjectFactory() function in ObjectRegistry
331 return classRegistry_.GetObjectFactory(uid.ToUid()); in GetObjectFactory()
H A Dobject_registry.h65 IObjectFactory::ConstPtr GetObjectFactory(const ObjectId& uid) const override;
/foundation/graphic/graphic_3d/lume/metaobject/test/src/interface/
H A DIntfMetadataTest.cpp191 auto fac = GetObjectRegistry().GetObjectFactory(ClassId::TestType); in HWTEST_F()
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/
H A Dintf_object_registry.h192 virtual BASE_NS::shared_ptr<const IObjectFactory> GetObjectFactory(const ObjectId& uid) const = 0;
/foundation/graphic/graphic_3d/lume/metaobject/src/serialization/
H A Dimporter.cpp46 return registry_.GetObjectFactory(oid) != nullptr; in IsRegisteredObjectType()

Completed in 5 milliseconds