Searched defs:ArrayType (Results 1 – 4 of 4) sorted by relevance
30 struct ArrayType : public Type { struct146 DISALLOW_COPY_AND_ASSIGN(ArrayType); argument
27 ArrayType::ArrayType(const Reference<Type>& elementType, ConstantExpression* size, Scope* parent) 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