Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/detail/
H A Darray_property.h101 class ArrayPropertyInterface : public ArrayPropertyBaseType<Type> {
109 explicit ArrayPropertyInterface(PropertyType p) : Super(p) {} in ArrayPropertyInterface() function
201 class TypedArrayPropertyLock final : public ArrayPropertyInterface<Type> {
202 using PropertyType = typename ArrayPropertyInterface<Type>::PropertyType;
203 using IT = ArrayPropertyInterface<Type>;
209 explicit TypedArrayPropertyLock(PropertyType p) : ArrayPropertyInterface<Type>(p) in META_NO_COPY_MOVE()
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/property/
H A Darray_property.h30 using IndexType = typename ArrayPropertyInterface<Type>::IndexType; in META_BEGIN_NAMESPACE()
67 ArrayPropertyInterface<Type> GetUnlockedAccess() const in META_BEGIN_NAMESPACE()
69 return ArrayPropertyInterface<Type>(p_.get()); in META_BEGIN_NAMESPACE()