Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/detail/
H A Dproperty.h302 class TypedPropertyLock final : public PropertyInterface<Type> {
307 META_NO_COPY_MOVE(TypedPropertyLock) in META_NO_COPY_MOVE() argument
310 explicit TypedPropertyLock(PropertyType p) : PropertyInterface<Type>(p) in META_NO_COPY_MOVE()
316 ~TypedPropertyLock() in ~TypedPropertyLock()
325 return const_cast<TypedPropertyLock*>(this);
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/property/
H A Dproperty.h61 TypedPropertyLock<Type> operator->() const in META_BEGIN_NAMESPACE()
66 TypedPropertyLock<Type> GetLockedAccess() const in META_BEGIN_NAMESPACE()
68 return TypedPropertyLock<Type>(p_.get()); in META_BEGIN_NAMESPACE()