Home
last modified time | relevance | path

Searched refs:isCompoundType (Results 1 – 14 of 14) sorted by relevance

/system/tools/hidl/lint/lints/
Dsafeunion.cpp46 if (!nextType->isCompoundType()) { in lintUnionRecursively()
66 if (!nextRef->get()->isCompoundType()) continue; in lintUnionRecursively()
88 if (!type->isCompoundType()) return OK; in lintUnionRecursively()
DemptyStructs.cpp34 if (!type->isCompoundType()) return OK; in checkSmallStructs()
DnamingConventions.cpp63 if (namedType->isCompoundType()) { in namingConventions()
/system/tools/hidl/hidl2aidl/
DAidlNamedType.cpp115 } else if (namedType.isCompoundType()) { in emitAidl()
DAidlHelper.cpp133 } else if (type.isCompoundType()) { in emitFileHeader()
Dmain.cpp441 if (namedType->isCompoundType()) { in main()
DAidlTranslate.cpp458 CHECK(type->isCompoundType()) << "Unexpected type: " << type->fqName().string(); in emitTranslateSource()
/system/tools/hidl/
DVectorType.cpp47 if (elementType->isCompoundType()) { in isCompatibleElementType()
361 if (mElementType->isCompoundType()) { in emitJavaReaderWriter()
DCompoundType.h44 bool isCompoundType() const override;
DType.h46 virtual bool isCompoundType() const;
DCompoundType.cpp133 bool CompoundType::isCompoundType() const { in isCompoundType() function in android::CompoundType
206 if (field->type().isCompoundType()) { in containsInterface()
629 CHECK(ref.get()->isCompoundType()); in emitFieldHidlDefinition()
645 CHECK(type->isCompoundType()) << " only compound types can be defined inline"; in emitInlineHidlDefinition()
DArrayType.cpp406 if (isReader && mElementType->isCompoundType()) { in emitJavaFieldReaderWriter()
Dhidl-gen_y.yy932 CHECK((*scope)->isCompoundType());
965 CHECK((*scope)->isCompoundType());
983 CHECK((*scope)->isCompoundType());
DType.cpp77 bool Type::isCompoundType() const { in isCompoundType() function in android::Type