Home
last modified time | relevance | path

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

/system/tools/hidl/
DArrayType.h30 struct ArrayType : public Type { struct
147 DISALLOW_COPY_AND_ASSIGN(ArrayType); argument
DArrayType.cpp27 ArrayType::ArrayType(const Reference<Type>& elementType, ConstantExpression* size, Scope* parent) in ArrayType() function in android::ArrayType
/system/tools/aidl/
Dtype_cpp.h50 const Type* ArrayType() const override { return array_type_.get(); } in ArrayType() function
Dtype_java.h46 const ValidatableType* ArrayType() const override { return m_array_type.get(); } in ArrayType() function