Searched defs:TypedArrayPropertyLock (Results 1 – 1 of 1) sorted by relevance
272 META_NO_COPY_MOVE(TypedArrayPropertyLock) in META_NO_COPY_MOVE() argument280 TypedArrayPropertyLock(NoCheckT, PropertyType p) : ArrayPropertyInterface<Type>(p) in TypedArrayPropertyLock() function286 …explicit TypedArrayPropertyLock(PropertyType p) : TypedArrayPropertyLock(NOCHECK, CanConstructFrom… in TypedArrayPropertyLock() function288 explicit TypedArrayPropertyLock(const IProperty::Ptr& p) : TypedArrayPropertyLock(p.get()) {} in TypedArrayPropertyLock() function289 … explicit TypedArrayPropertyLock(const IProperty::ConstPtr& p) : TypedArrayPropertyLock(p.get()) {} in TypedArrayPropertyLock() function