Searched refs:po (Results 1 - 4 of 4) sorted by relevance
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/ |
H A D | ecs_animation.cpp | 56 if (auto po = pData.RLock(*containerHandle, name); po) { in RLock() 57 return po; in RLock() 61 if (auto po = pData.RLock(targetHandle, property); po) { in RLock() 62 return po; in RLock() 291 auto po = GetSelf<SCENE_NS::IEcsProxyObject>(); in SetEntity() local 292 ecsListener->AddEntity(entity_, po, *nameManager_); in SetEntity() 293 ecsListener->AddEntity(entity_, po, *animationStateManager_); in SetEntity() 294 ecsListener->AddEntity(entity_, po, *animationManager in SetEntity() 987 auto po = GetSelf<SCENE_NS::IEcsProxyObject>(); Destroy() local [all...] |
/foundation/graphic/graphic_3d/lume/LumeEngine/ecshelper/PropertyTools/ |
H A D | property_data.cpp | 172 if (auto po = FindProperty(Owner()->MetaData(), propertyPath, baseOffset); po) { in WLock() 173 return po; in WLock() 212 if (auto po = FindProperty(Owner()->MetaData(), propertyPath, baseOffset); po) { in RLock() 213 return po; in RLock()
|
/foundation/ability/ability_base/interfaces/kits/native/want/src/ |
H A D | skills.cpp | 843 int po = ooffset; in RegionMatches() local 850 if (type.at(to++) != other.at(po++)) { in RegionMatches()
|
/foundation/graphic/graphic_3d/lume/metaobject/test/src/base/ |
H A D | PointerTest.cpp | 578 auto* po = interface_cast<const IBase2>(a); in HWTEST_F() local
|
Completed in 8 milliseconds