Searched defs:ArrayType (Results 1 – 4 of 4) sorted by relevance
29 struct ArrayType : public Type { struct140 DISALLOW_COPY_AND_ASSIGN(ArrayType); argument
26 ArrayType::ArrayType(ArrayType *srcArray, ConstantExpression *size) in ArrayType() function in android::ArrayType32 ArrayType::ArrayType(Type *elementType, ConstantExpression *size) in ArrayType() function in android::ArrayType
52 const Type* ArrayType() const override { return array_type_.get(); } in ArrayType() function
47 const ValidatableType* ArrayType() const override { return m_array_type.get(); } in ArrayType() function