Searched defs:ArrayPropertyLock (Results 1 – 1 of 1) sorted by relevance
317 META_NO_COPY_MOVE(ArrayPropertyLock) in META_NO_COPY_MOVE() argument326 ArrayPropertyLock(NoCheckT, Property* p) : ArrayPropertyBaseType<Property>(p) in ArrayPropertyLock() function333 …explicit ArrayPropertyLock(Property* p) : ArrayPropertyLock(NOCHECK, CanConstructFrom(p) ? p : nul… in ArrayPropertyLock() function335 explicit ArrayPropertyLock(BASE_NS::shared_ptr<Property> p) : ArrayPropertyLock(p.get()) {} in ArrayPropertyLock() function