Home
last modified time | relevance | path

Searched refs:isCompatibleElementType (Results 1 – 8 of 8) sorted by relevance

/system/tools/hidl/
DFmqType.h67 bool isCompatibleElementType(const Type* elementType) const override;
DVectorType.cpp34 bool VectorType::isCompatibleElementType(const Type* elementType) const { in isCompatibleElementType() function in android::VectorType
64 return this->isCompatibleElementType(inner) && !inner->isInterface(); in isCompatibleElementType()
68 return this->isCompatibleElementType(inner) && !inner->isInterface(); in isCompatibleElementType()
DFmqType.cpp168 bool FmqType::isCompatibleElementType(const Type* elementType) const { in isCompatibleElementType() function in android::FmqType
DVectorType.h35 bool isCompatibleElementType(const Type* elementType) const override;
DEnumType.h182 bool isCompatibleElementType(const Type* elementType) const override;
DType.h370 virtual bool isCompatibleElementType(const Type* elementType) const = 0;
DType.cpp765 if (!isCompatibleElementType(mElementType.get())) { in validate()
DEnumType.cpp850 bool BitFieldType::isCompatibleElementType(const Type* elementType) const { in isCompatibleElementType() function in android::BitFieldType