Searched refs:TypedPropertyLock (Results 1 – 2 of 2) sorted by relevance
302 class TypedPropertyLock final : public PropertyInterface<Type> {307 META_NO_COPY_MOVE(TypedPropertyLock) in META_NO_COPY_MOVE() argument310 explicit TypedPropertyLock(PropertyType p) : PropertyInterface<Type>(p) in META_NO_COPY_MOVE()316 ~TypedPropertyLock() in ~TypedPropertyLock()325 return const_cast<TypedPropertyLock*>(this);
61 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()