Searched refs:ArrayPropertyInterface (Results 1 – 2 of 2) sorted by relevance
101 class ArrayPropertyInterface : public ArrayPropertyBaseType<Type> {109 explicit ArrayPropertyInterface(PropertyType p) : Super(p) {} in ArrayPropertyInterface() function201 class TypedArrayPropertyLock final : public ArrayPropertyInterface<Type> {202 using PropertyType = typename ArrayPropertyInterface<Type>::PropertyType;203 using IT = ArrayPropertyInterface<Type>;209 explicit TypedArrayPropertyLock(PropertyType p) : ArrayPropertyInterface<Type>(p) in META_NO_COPY_MOVE()
30 using IndexType = typename ArrayPropertyInterface<Type>::IndexType; in META_BEGIN_NAMESPACE()67 ArrayPropertyInterface<Type> GetUnlockedAccess() const in META_BEGIN_NAMESPACE()69 return ArrayPropertyInterface<Type>(p_.get()); in META_BEGIN_NAMESPACE()