Home
last modified time | relevance | path

Searched refs:DoCloneRecursive (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dentity_collection.cpp702 DoCloneRecursive(dst); in ClonePrivate()
725 void EntityCollection::DoCloneRecursive(EntityCollection& dst) const in DoCloneRecursive() function in EntityCollection
753 collection->DoCloneRecursive(clonedChild); in DoCloneRecursive()
H A Dentity_collection.h140 void DoCloneRecursive(EntityCollection& dst) const; in SCENE_BEGIN_NAMESPACE()