Searched defs:propertyPath (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/ecshelper/PropertyTools/ |
H A D | property_data.h | 50 BASE_NS::string propertyPath; member
|
H A D | property_data.cpp | 168 …tyData::PropertyOffset PropertyData::WLock(IPropertyHandle& handle, const string_view propertyPath) in WLock() 208 …::PropertyOffset PropertyData::RLock(const IPropertyHandle& handle, const string_view propertyPath) in RLock() 236 …const array_view<const Property> properties, const string_view propertyPath, const uintptr_t baseO… in FindProperty() 246 const array_view<const Property> properties, const string_view propertyPath) in FindProperty()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/ |
H A D | entity_collection.cpp | 760 bool SetPropertyDefined(EntityCollection::PropertyList& pl, string_view propertyPath) in SetPropertyDefined() 783 bool SetPropertyUndefined(EntityCollection::PropertyList& pl, string_view propertyPath) in SetPropertyUndefined() 858 …ollection::MarkPropertySerialized(Entity entity, Uid component, string_view propertyPath, bool ser… in MarkPropertySerialized() 898 bool EntityCollection::IsPropertySerialized(Entity entity, Uid component, string_view propertyPath) in IsPropertySerialized()
|
H A D | ecs_util.h | 203 const BASE_NS::string& propertyPath, BASE_NS::string& path, BASE_NS::string& name) in ResolveContainerProperty()
|
H A D | ecs_animation.cpp | 859 auto propertyPath = fullPropertyPath.substr(separatorPosition + 1); in CreateAnimationTrack() local 944 auto propertyPath = fullPropertyPath.substr(separatorPosition + 1); in GetAnimationTrack() local
|
H A D | ecs_serializer.cpp | 56 void EnsureDynamicArraySize(IPropertyHandle* propertyHandle, string_view propertyPath) in EnsureDynamicArraySize() 1026 const auto& propertyPath = propertyJson.key; in ReadComponent() local
|