Home
last modified time | relevance | path

Searched defs:oldToNew (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Decs_util.h115 …s& ecs, CORE_NS::Entity entity, BASE_NS::unordered_map<CORE_NS::Entity, CORE_NS::Entity>& oldToNew) in RewriteEntityReferences()
182 BASE_NS::unordered_map<CORE_NS::Entity, CORE_NS::Entity> oldToNew; in CloneEntitiesUpdateRefs() local
H A Dentity_collection.cpp618 array_view<const EntityReference> entities, unordered_map<Entity, Entity>& oldToNew, in CloneEntitiesFromCollection() argument
680 unordered_map<Entity, Entity> oldToNew; in CopyContentsWithSerialization() local
707 unordered_map<Entity, Entity> oldToNew; in ClonePrivate() local
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/
H A Dnode_system.cpp1080 unordered_map<Entity, Entity> oldToNew; in CloneNode() local
1086 Entity current, size_t entityIdx) { in CloneNode()