Home
last modified time | relevance | path

Searched refs:CopyContentsWithSerialization (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/include/scene_plugin/interface/
H A Dintf_entity_collection.h119 virtual BASE_NS::vector<CORE_NS::EntityReference> CopyContentsWithSerialization( in SCENE_BEGIN_NAMESPACE()
121 virtual BASE_NS::vector<CORE_NS::EntityReference> CopyContentsWithSerialization( in SCENE_BEGIN_NAMESPACE()
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dentity_collection.h106 …BASE_NS::vector<CORE_NS::EntityReference> CopyContentsWithSerialization(IEntityCollection& srcColl… in SCENE_BEGIN_NAMESPACE()
107 BASE_NS::vector<CORE_NS::EntityReference> CopyContentsWithSerialization( in SCENE_BEGIN_NAMESPACE()
H A Dentity_collection.cpp677 vector<EntityReference> EntityCollection::CopyContentsWithSerialization( in CopyContentsWithSerialization() function in EntityCollection
692 vector<EntityReference> EntityCollection::CopyContentsWithSerialization(IEntityCollection& srcColle… in CopyContentsWithSerialization() function in EntityCollection
696 return CopyContentsWithSerialization(srcCollection, entitiesIn); in CopyContentsWithSerialization()