Home
last modified time | relevance | path

Searched refs:containerProperty (Results 1 - 3 of 3) sorted by relevance

/foundation/graphic/graphic_3d/lume/LumeEcsSerializer/EcsSerializer/include/ecs_serializer/
H A Decs_clone_util.h83 auto& containerProperty = property.metaData.containerMethods->property; in GatherEntityReferences() local
87 uintptr_t ptr = offset + i * containerProperty.size; in GatherEntityReferences()
88 GatherEntityReferences(entities, entityReferences, containerProperty, ptr); in GatherEntityReferences()
96 GatherEntityReferences(entities, entityReferences, containerProperty, ptr); in GatherEntityReferences()
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Decs_util.h86 auto& containerProperty = property.metaData.containerMethods->property; in GatherEntityReferences() local
90 uintptr_t ptr = offset + i * containerProperty.size; in GatherEntityReferences()
91 GatherEntityReferences(entities, entityReferences, containerProperty, ptr); in GatherEntityReferences()
99 GatherEntityReferences(entities, entityReferences, containerProperty, ptr); in GatherEntityReferences()
/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/components/
H A Dmaterial_component_manager.cpp193 const auto& containerProperty = propertyIt->metaData.containerMethods->property; in AppendProperties() local
196 const auto offset = propertyIt->offset + containerProperty.size * index; in AppendProperties()
197 Property newProperty = containerProperty; in AppendProperties()

Completed in 4 milliseconds