Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Decs_serializer.cpp280 bool EntityFromJson(const IEntityCollection& ec, const json::value& jsonIn, Entity& entityOut) in EntityFromJson() argument
303 entityOut = Entity {}; in EntityFromJson()
340 return EntityFromJson(*collection, *entityJson, entityOut); in EntityFromJson()
351 entityOut = entity; in EntityFromJson()
417 const IEntityCollection& ec, const json::value& jsonIn, EntityReference& entityOut) in EntityReferenceFromJson() argument
427entityOut = GetOrCreateEntityReference(ec.GetEcs().GetEntityManager(), *rhm, renderHandle); in EntityReferenceFromJson()
437 entityOut = ec.GetEcs().GetEntityManager().GetReferenceCounted(temp); in EntityReferenceFromJson()