Home
last modified time | relevance | path

Searched refs:po (Results 1 - 4 of 4) sorted by relevance

/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Decs_animation.cpp56 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 Dproperty_data.cpp172 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 Dskills.cpp843 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 DPointerTest.cpp578 auto* po = interface_cast<const IBase2>(a); in HWTEST_F() local

Completed in 8 milliseconds