Home
last modified time | relevance | path

Searched refs:propertyHandle (Results 1 - 2 of 2) sorted by relevance

/foundation/graphic/graphic_3d/lume/LumeEcsSerializer/EcsSerializer/src/ecs_serializer/
H A Decs_serializer.cpp610 const auto* propertyHandle = cm.GetData(id); in WriteComponent() local
611 if (!propertyHandle) { in WriteComponent()
615 const IPropertyHandle* handle = propertyHandle; in WriteComponent()
626 propertyOffset = propertyData.RLock(*propertyHandle, propertyPath); in WriteComponent()
866 void EnsureDynamicArraySize(IPropertyHandle* propertyHandle, string_view propertyPath) in EnsureDynamicArraySize() argument
889 PropertyData::PropertyOffset propertyOffset = propertyData.WLock(*propertyHandle, arrayPath); in EnsureDynamicArraySize()
922 auto* propertyHandle = component.GetData(componentId); in ReadComponent() local
923 if (!propertyHandle) { in ReadComponent()
934 const IPropertyHandle* handle = propertyHandle; in ReadComponent()
946 EnsureDynamicArraySize(propertyHandle, pathVie in ReadComponent()
[all...]
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Decs_serializer.cpp56 void EnsureDynamicArraySize(IPropertyHandle* propertyHandle, string_view propertyPath) in EnsureDynamicArraySize() argument
79 PropertyData::PropertyOffset propertyOffset = propertyData.WLock(*propertyHandle, arrayPath); in EnsureDynamicArraySize()
672 const auto* propertyHandle = cm.GetData(id); in WriteComponent() local
673 if (!propertyHandle) { in WriteComponent()
677 const IPropertyHandle* handle = propertyHandle; in WriteComponent()
688 propertyOffset = propertyData.RLock(*propertyHandle, propertyPath); in WriteComponent()
1020 auto* propertyHandle = component.GetData(componentId); in ReadComponent() local
1021 if (!propertyHandle) { in ReadComponent()
1032 const IPropertyHandle* handle = propertyHandle; in ReadComponent()
1044 EnsureDynamicArraySize(propertyHandle, pathVie in ReadComponent()
[all...]

Completed in 4 milliseconds