Home
last modified time | relevance | path

Searched refs:STYLE_UNION (Results 1 – 6 of 6) sorted by relevance

/aosp12/system/tools/hidl/lint/lints/
H A Dsafeunion.cpp53 if (compoundType->style() == CompoundType::Style::STYLE_UNION) { in lintUnionRecursively()
69 if (compoundType->style() == CompoundType::Style::STYLE_UNION) { in lintUnionRecursively()
91 if (compoundType->style() == CompoundType::Style::STYLE_UNION) { in lintUnionRecursively()
/aosp12/system/tools/hidl/
H A DCompoundType.cpp66 if (mStyle == STYLE_UNION) { in validate()
138 if (mStyle == STYLE_UNION) { in deepCanCheckEquality()
154 case STYLE_UNION: { in typeName()
192 case STYLE_UNION: in getVtsType()
383 CHECK(mStyle != STYLE_UNION || !needEmbeddedReadWrite); in emitReaderWriter()
761 case STYLE_UNION: { in emitTypeForwardDeclaration()
1846 if (mStyle == STYLE_UNION) { in needsEmbeddedReadWrite()
1875 case STYLE_UNION: in emitVtsTypeDeclarations()
1904 case STYLE_UNION: in emitVtsTypeDeclarations()
1933 if (mStyle == STYLE_UNION) { in deepIsJavaCompatible()
H A DCompoundType.h32 STYLE_UNION, enumerator
H A Dhidl-gen_y.yy116 if (style == CompoundType::STYLE_UNION) { return true; }
919 | UNION { $$ = CompoundType::STYLE_UNION; }
/aosp12/system/tools/hidl/hidl2aidl/
H A DAidlNamedType.cpp89 if (compoundType.style() == CompoundType::STYLE_UNION) { in emitCompoundTypeAidlDefinition()
H A DAidlTranslate.cpp461 if (compound->style() == CompoundType::STYLE_UNION) { in emitTranslateSource()