Home
last modified time | relevance | path

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

/system/tools/hidl/lint/lints/
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()
/system/tools/hidl/
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()
1871 if (mStyle == STYLE_UNION) { in needsEmbeddedReadWrite()
1900 case STYLE_UNION: in emitVtsTypeDeclarations()
1929 case STYLE_UNION: in emitVtsTypeDeclarations()
1958 if (mStyle == STYLE_UNION) { in deepIsJavaCompatible()
DCompoundType.h32 STYLE_UNION, enumerator
Dhidl-gen_y.yy116 if (style == CompoundType::STYLE_UNION) { return true; }
919 | UNION { $$ = CompoundType::STYLE_UNION; }