Searched refs:STYLE_UNION (Results 1 – 4 of 4) sorted by relevance
53 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()
66 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()
32 STYLE_UNION, enumerator
116 if (style == CompoundType::STYLE_UNION) { return true; }919 | UNION { $$ = CompoundType::STYLE_UNION; }