Home
last modified time | relevance | path

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

/system/tools/hidl/
DCompoundType.cpp51 if (mStyle == STYLE_UNION) { in setFields()
71 if (mStyle == STYLE_UNION) { in canCheckEquality()
87 case STYLE_UNION: { in typeName()
121 case STYLE_UNION: in getVtsType()
995 case STYLE_UNION: in emitVtsTypeDeclarations()
1018 case STYLE_UNION: in emitVtsTypeDeclarations()
DCompoundType.h32 STYLE_UNION, enumerator
Dhidl-gen_y.yy827 | UNION { $$ = CompoundType::STYLE_UNION; }