Searched refs:BaseT (Results 1 – 1 of 1) sorted by relevance
49 using BaseT = BASE_NS::remove_const_t<BASE_NS::remove_reference_t<BASE_NS::remove_extent_t<T>>>; in MakeScopedHandle() local50 …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() local59 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() local70 …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() local78 if (auto scoped = MakeScopedHandle<const BaseT>(handle, propertyName, propertyType); scoped) { in GetPropertyValue()