Searched refs:getElementType (Results 1 – 8 of 8) sorted by relevance
35 const Type* elementType = vec.getElementType(); in getAidlType()51 getAidlType(*fmq.getElementType(), relativeTo) + ">"); in getAidlType()
72 return importLocallyReferencedType(*static_cast<const ArrayType*>(&type)->getElementType(), in importLocallyReferencedType()77 *static_cast<const TemplatedType*>(&type)->getElementType(), imports); in importLocallyReferencedType()
36 const Type* getElementType() const;
63 const Type* inner = static_cast<const TemplatedType*>(elementType)->getElementType(); in isCompatibleElementType()67 const Type* inner = static_cast<const ArrayType*>(elementType)->getElementType(); in isCompatibleElementType()
363 const Type* getElementType() const;
51 const Type* ArrayType::getElementType() const { in getElementType() function in android::ArrayType
752 const Type* TemplatedType::getElementType() const { in getElementType() function in android::TemplatedType
290 const ArrayType *digestType = static_cast<const ArrayType *>(chainType->getElementType()); in fillHashChainMethod()