Home
last modified time | relevance | path

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

/system/tools/hidl/
DCompoundType.cpp73 if (mStyle == STYLE_SAFE_UNION && mFields->size() < 2) { in validate()
112 if (mStyle != STYLE_SAFE_UNION) { return OK; } in validateSubTypeNames()
150 case STYLE_SAFE_UNION: { in typeName()
189 case STYLE_SAFE_UNION: in getVtsType()
236 CHECK(mStyle == STYLE_SAFE_UNION); in emitSafeUnionReaderWriterForInterfaces()
327 if (mStyle == STYLE_SAFE_UNION) { in emitReaderWriter()
715 if (mStyle == STYLE_SAFE_UNION) { in emitTypeDeclarations()
792 case STYLE_SAFE_UNION: { in emitTypeForwardDeclaration()
838 if (mStyle == STYLE_SAFE_UNION) { in emitPackageTypeHeaderDefinitions()
844 if (mStyle == STYLE_SAFE_UNION) { in emitPackageTypeHeaderDefinitions()
[all …]
DCompoundType.h32 STYLE_SAFE_UNION, enumerator
Dhidl-gen_y.yy904 | SAFE_UNION { $$ = CompoundType::STYLE_SAFE_UNION; }