Home
last modified time | relevance | path

Searched refs:ExportContext (Results 1 - 2 of 2) sorted by relevance

/foundation/graphic/graphic_3d/lume/metaobject/src/serialization/
H A Dexporter.cpp115 ExportContext context(*this, object); in ExportObject()
305 ExportContext context(*this, interface_pointer_cast<IObject>(any)); in ExportAny()
374 ReturnError ExportContext::Export(BASE_NS::string_view name, const IAny& entity) in Export()
387 ReturnError ExportContext::ExportAny(BASE_NS::string_view name, const IAny::Ptr& any) in ExportAny()
400 ReturnError ExportContext::ExportWeakPtr(BASE_NS::string_view name, const IObject::ConstWeakPtr& ptr) in ExportWeakPtr()
413 ReturnError ExportContext::AutoExport() in AutoExport()
427 BASE_NS::shared_ptr<MapNode> ExportContext::ExtractNode() in ExtractNode()
432 ReturnError ExportContext::ExportToNode(const IAny& entity, ISerNode::Ptr& res) in ExportToNode()
H A Dexporter.h79 class ExportContext : public IntroduceInterfaces<IExportContext> { class
81 ExportContext(Exporter& exp, const IObject::ConstPtr& p) : exporter_(exp), object_(p) {} in ExportContext() function in Serialization::ExportContext

Completed in 2 milliseconds