Searched defs:ArrayType (Results 1 – 2 of 2) sorted by relevance
30 struct ArrayType : public Type { struct124 DISALLOW_COPY_AND_ASSIGN(ArrayType); argument
27 ArrayType::ArrayType(const Reference<Type>& elementType, ConstantExpression* size, Scope* parent) in ArrayType() function in android::ArrayType