Searched refs:containerHandle (Results 1 - 3 of 3) sorted by relevance
/foundation/graphic/graphic_3d/lume/LumeEcsSerializer/EcsSerializer/src/ecs_serializer/ |
H A D | ecs_serializer.cpp | 622 auto containerHandle = ResolveContainerProperty(*handle, propertyPath, path, name); in WriteComponent() local 623 if (containerHandle) { in WriteComponent() 624 propertyOffset = propertyData.RLock(*containerHandle, name); in WriteComponent() 940 auto containerHandle = ResolveContainerProperty(*handle, string(pathView), path, name); in ReadComponent() local 941 if (containerHandle) { in ReadComponent() 942 propertyOffset = propertyData.WLock(*containerHandle, name); in ReadComponent()
|
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/ |
H A D | ecs_serializer.cpp | 684 auto containerHandle = ResolveContainerProperty(*handle, propertyPath, path, name); in WriteComponent() local 685 if (containerHandle) { in WriteComponent() 686 propertyOffset = propertyData.RLock(*containerHandle, name); in WriteComponent() 1038 auto containerHandle = ResolveContainerProperty(*handle, string(pathView), path, name); in ReadComponent() local 1039 if (containerHandle) { in ReadComponent() 1040 propertyOffset = propertyData.WLock(*containerHandle, name); in ReadComponent()
|
H A D | ecs_animation.cpp | 54 auto containerHandle = ResolveContainerProperty(targetHandle, string(property), path, name); in RLock() local 55 if (containerHandle) { in RLock() 56 if (auto po = pData.RLock(*containerHandle, name); po) { in RLock()
|
Completed in 7 milliseconds