Home
last modified time | relevance | path

Searched refs:getElementType (Results 1 – 7 of 7) sorted by relevance

/system/tools/hidl/
DRefType.cpp60 … return this->isCompatibleElementType(static_cast<TemplatedType *>(elementType)->getElementType()); in isCompatibleElementType()
63 … return this->isCompatibleElementType(static_cast<ArrayType *>(elementType)->getElementType()); in isCompatibleElementType()
DArrayType.h38 Type *getElementType() const;
DVectorType.cpp62 Type *inner = static_cast<TemplatedType *>(elementType)->getElementType(); in isCompatibleElementType()
66 Type *inner = static_cast<ArrayType *>(elementType)->getElementType(); in isCompatibleElementType()
DType.h270 Type *getElementType() const;
DType.cpp486 Type *TemplatedType::getElementType() const { in getElementType() function in android::TemplatedType
DArrayType.cpp61 Type *ArrayType::getElementType() const { in getElementType() function in android::ArrayType
DInterface.cpp315 const ArrayType *digestType = static_cast<const ArrayType *>(chainType->getElementType()); in fillHashChainMethod()