Home
last modified time | relevance | path

Searched refs:TemplatedType (Results 1 – 9 of 9) sorted by relevance

/system/tools/hidl/
DType.cpp473 TemplatedType::TemplatedType() : mElementType(nullptr) { in TemplatedType() function in android::TemplatedType
476 void TemplatedType::setElementType(Type *elementType) { in setElementType()
482 Type *TemplatedType::getElementType() const { in getElementType()
486 bool TemplatedType::isTemplatedType() const { in isTemplatedType()
490 status_t TemplatedType::emitVtsTypeDeclarations(Formatter &out) const { in emitVtsTypeDeclarations()
503 status_t TemplatedType::emitVtsAttributeType(Formatter &out) const { in emitVtsAttributeType()
DType.h257 struct TemplatedType : public Type { struct
265 TemplatedType();
268 DISALLOW_COPY_AND_ASSIGN(TemplatedType); argument
DFmqType.h25 struct FmqType : public TemplatedType {
DRefType.h25 struct RefType : public TemplatedType {
DRefType.cpp60 … return this->isCompatibleElementType(static_cast<TemplatedType *>(elementType)->getElementType()); in isCompatibleElementType()
DVectorType.h25 struct VectorType : public TemplatedType {
DEnumType.h143 struct BitFieldType : public TemplatedType {
DVectorType.cpp62 Type *inner = static_cast<TemplatedType *>(elementType)->getElementType(); in isCompatibleElementType()
Dhidl-gen_y.yy293 android::TemplatedType *templatedType;