Searched refs:GetObjectFactory (Results 1 – 6 of 6) sorted by relevance
45 IObjectFactory::ConstPtr GetObjectFactory(const BASE_NS::Uid& uid) const;
69 IObjectFactory::ConstPtr ClassRegistry::GetObjectFactory(const BASE_NS::Uid& uid) const in GetObjectFactory() function in ClassRegistry
165 if (auto fac = classRegistry_.GetObjectFactory(uid)) { in CreateInternal()328 IObjectFactory::ConstPtr ObjectRegistry::GetObjectFactory(const ObjectId& uid) const in GetObjectFactory() function in ObjectRegistry331 return classRegistry_.GetObjectFactory(uid.ToUid()); in GetObjectFactory()
65 IObjectFactory::ConstPtr GetObjectFactory(const ObjectId& uid) const override;
192 … virtual BASE_NS::shared_ptr<const IObjectFactory> GetObjectFactory(const ObjectId& uid) const = 0;
46 return registry_.GetObjectFactory(oid) != nullptr; in IsRegisteredObjectType()