Searched refs:Importer (Results 1 - 6 of 6) sorted by relevance
/foundation/graphic/graphic_3d/lume/metaobject/src/serialization/ |
H A D | importer.cpp | 38 InstanceId Importer::ConvertInstanceId(const InstanceId& id) const in ConvertInstanceId() 44 bool Importer::IsRegisteredObjectType(const ObjectId& oid) const in IsRegisteredObjectType() 49 IObject::Ptr Importer::Import(const ISerNode::ConstPtr& tree) in Import() 77 IObject::Ptr Importer::GetReferencedObject(const InstanceId& uid) const in GetReferencedObject() 87 IObject::Ptr Importer::ImportRef(const RefUri& ref) in ImportRef() 106 IObject::Ptr Importer::ImportObject(const IObjectNode::ConstPtr& node, IObject::Ptr object) in ImportObject() 134 IObject::Ptr Importer::ImportObject(const ISerNode::ConstPtr& n) in ImportObject() 164 ReturnError Importer::AutoImportObject(const ISerNode::ConstPtr& node, IObject::Ptr object) in AutoImportObject() 172 ReturnError Importer::AutoImportObject(const IMapNode& members, IObject::Ptr object) in AutoImportObject() 195 ReturnError Importer [all...] |
H A D | importer.h | 35 class Importer : public Internal::BaseObjectFwd<Importer, META_NS::ClassId::Importer, IImporter, IImportFunctions> { class 37 Importer() : registry_(GetObjectRegistry()), globalData_(registry_.GetGlobalSerializationData()) {} in Importer() function in Serialization::Importer 38 explicit Importer(IObjectRegistry& reg, IGlobalSerializationData& data) : registry_(reg), globalData_(data) {} in Importer() function in Serialization::Importer 87 ImportContext(Importer& imp, IObject::Ptr p, IMapNode::ConstPtr node) : importer_(imp), object_(p), node_(node) {} in ImportContext() 100 Importer& importer_;
|
H A D | json_importer.cpp | 64 Importer imp; in Import()
|
/foundation/graphic/graphic_3d/lume/metaobject/src/loaders/ |
H A D | json_content_loader.cpp | 60 Serialization::Importer imp; in LoadCached()
|
/foundation/graphic/graphic_3d/lume/metaobject/src/ |
H A D | register_default_objs.cpp | 88 registry.RegisterObjectType<Serialization::Importer>(); in RegisterBuiltInObjects() 126 registry.UnregisterObjectType<Serialization::Importer>(); in UnRegisterBuiltInObjects()
|
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/ |
H A D | builtin_objects.h | 113 META_REGISTER_CLASS(Importer, "4fbc30f7-2225-4f2a-8dc4-7d23bdb7c782", ObjectCategoryBits::NO_CATEGORY)
|
Completed in 2 milliseconds