Home
last modified time | relevance | path

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

/system/tools/hidl/
DArrayType.h30 struct ArrayType : public Type { struct
124 DISALLOW_COPY_AND_ASSIGN(ArrayType); argument
DArrayType.cpp27 ArrayType::ArrayType(const Reference<Type>& elementType, ConstantExpression* size, Scope* parent) in ArrayType() function in android::ArrayType