Home
last modified time | relevance | path

Searched refs:BaseT (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/api/core/property/
H A Dproperty_handle_util.h49 using BaseT = BASE_NS::remove_const_t<BASE_NS::remove_reference_t<BASE_NS::remove_extent_t<T>>>; in MakeScopedHandle() local
50 …constexpr const auto propertyType = PropertySystem::PropertyTypeDeclFromType<BaseT, BASE_NS::is_ar… in MakeScopedHandle()
58 using BaseT = BASE_NS::remove_const_t<BASE_NS::remove_reference_t<T>>; in SetPropertyValue() local
59 if (auto scoped = MakeScopedHandle<BaseT>(handle, propertyName, propertyType); scoped) { in SetPropertyValue()
69 using BaseT = BASE_NS::remove_const_t<BASE_NS::remove_reference_t<BASE_NS::remove_extent_t<T>>>; in SetPropertyValue() local
70 …constexpr const auto propertyType = PropertySystem::PropertyTypeDeclFromType<BaseT, BASE_NS::is_ar… in SetPropertyValue()
77 using BaseT = BASE_NS::remove_const_t<BASE_NS::remove_reference_t<T>>; in GetPropertyValue() local
78 if (auto scoped = MakeScopedHandle<const BaseT>(handle, propertyName, propertyType); scoped) { in GetPropertyValue()