Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/property/
H A Darray_property.h57 TypedArrayPropertyLock<Type> operator->() const in META_BEGIN_NAMESPACE()
62 TypedArrayPropertyLock<Type> GetLockedAccess() const in META_BEGIN_NAMESPACE()
64 return TypedArrayPropertyLock<Type>(p_.get()); in META_BEGIN_NAMESPACE()
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/detail/
H A Darray_property.h201 class TypedArrayPropertyLock final : public ArrayPropertyInterface<Type> {
206 META_NO_COPY_MOVE(TypedArrayPropertyLock) in META_NO_COPY_MOVE() argument
209 explicit TypedArrayPropertyLock(PropertyType p) : ArrayPropertyInterface<Type>(p) in META_NO_COPY_MOVE()
215 ~TypedArrayPropertyLock() in ~TypedArrayPropertyLock()
224 return const_cast<TypedArrayPropertyLock*>(this);