Searched refs:ImportValue (Results 1 - 4 of 4) sorted by relevance
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/serialization/ |
H A D | intf_import_context.h | 45 ReturnError ImportValue(BASE_NS::string_view name, Type& value) in ImportValue() function in IImportContext 56 ReturnError ImportValue(BASE_NS::string_view name, BASE_NS::vector<Type>& value) in ImportValue() function in IImportContext
|
/foundation/graphic/graphic_3d/lume/metaobject/src/serialization/ |
H A D | importer.cpp | 198 if (ImportValue(node, any)) { in ImportIObjectFlags() 285 if (!ImportValue(m, *any) || !array.InsertAnyAt(-1, *any)) { in ImportArray() 347 ReturnError Importer::ImportValue(const ISerNode::ConstPtr& n, IAny& entity) in ImportValue() function in Serialization::Importer 399 } else if (ImportValue(value, *any)) { in ImportAny() 436 return ImportValue(node, entity); in ImportFromNode() 448 return importer_.ImportValue(n, entity); in Import()
|
H A D | importer.h | 41 ReturnError ImportValue(const ISerNode::ConstPtr& n, IAny& entity);
|
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/ext/serialization/ |
H A D | serializer.h | 136 if (SetState(context_.ImportValue(nv.name, v))) { in operator &() 140 SetState(context_.ImportValue(nv.name, nv.value)); in operator &()
|
Completed in 3 milliseconds