Home
last modified time | relevance | path

Searched defs:ArrayPropertyLock (Results 1 – 1 of 1) sorted by relevance

/foundation/graphic/graphic_3d/lume/LumeMeta/include/meta/interface/detail/
Darray_property.h317 META_NO_COPY_MOVE(ArrayPropertyLock) in META_NO_COPY_MOVE() argument
326 ArrayPropertyLock(NoCheckT, Property* p) : ArrayPropertyBaseType<Property>(p) in ArrayPropertyLock() function
333 …explicit ArrayPropertyLock(Property* p) : ArrayPropertyLock(NOCHECK, CanConstructFrom(p) ? p : nul… in ArrayPropertyLock() function
335 explicit ArrayPropertyLock(BASE_NS::shared_ptr<Property> p) : ArrayPropertyLock(p.get()) {} in ArrayPropertyLock() function