Searched refs:ConstructAny (Results 1 – 5 of 5) sorted by relevance
38 virtual IAny::Ptr ConstructAny(const ObjectId& id) const = 0;
90 IAny::Ptr ConstructAny(const ObjectId& id) const override;
686 IAny::Ptr ObjectRegistry::ConstructAny(const ObjectId& id) const in ConstructAny() function in ObjectRegistry
456 static IAny::Ptr ConstructAny(Type v = {})
416 any = registry_.GetPropertyRegister().ConstructAny(node->GetObjectId()); in ImportAny()