Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/detail/
H A Darray_property.h97 using ArrayPropertyBaseType = BASE_NS::conditional_t<BASE_NS::is_const_v<Type>, ConstTypelessArrayP… variable
101 class ArrayPropertyInterface : public ArrayPropertyBaseType<Type> {
102 using Super = ArrayPropertyBaseType<Type>;
229 class ArrayPropertyLock final : public ArrayPropertyBaseType<Property> {
230 using InterfaceType = ArrayPropertyBaseType<Property>*;
235 …explicit ArrayPropertyLock(BASE_NS::shared_ptr<Property> p) : ArrayPropertyBaseType<Property>(p.ge… in META_NO_COPY_MOVE()