Searched refs:TypedArrayPropertyLock (Results 1 – 2 of 2) sorted by relevance
57 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()
201 class TypedArrayPropertyLock final : public ArrayPropertyInterface<Type> {206 META_NO_COPY_MOVE(TypedArrayPropertyLock) in META_NO_COPY_MOVE() argument209 explicit TypedArrayPropertyLock(PropertyType p) : ArrayPropertyInterface<Type>(p) in META_NO_COPY_MOVE()215 ~TypedArrayPropertyLock() in ~TypedArrayPropertyLock()224 return const_cast<TypedArrayPropertyLock*>(this);