Home
last modified time | relevance | path

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

/system/tools/hidl/
DArrayType.h29 struct ArrayType : public Type { struct
140 DISALLOW_COPY_AND_ASSIGN(ArrayType); argument
DArrayType.cpp26 ArrayType::ArrayType(ArrayType *srcArray, ConstantExpression *size) in ArrayType() function in android::ArrayType
32 ArrayType::ArrayType(Type *elementType, ConstantExpression *size) in ArrayType() function in android::ArrayType
/system/tools/aidl/
Dtype_cpp.h52 const Type* ArrayType() const override { return array_type_.get(); } in ArrayType() function
Dtype_java.h47 const ValidatableType* ArrayType() const override { return m_array_type.get(); } in ArrayType() function