Home
last modified time | relevance | path

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

/system/tools/hidl/
DCompoundType.cpp151 case STYLE_STRUCT: { in typeName()
188 case STYLE_STRUCT: in getVtsType()
696 out << ((mStyle == STYLE_STRUCT) ? "struct" : "union") << " " << definedName() << " final {\n"; in emitTypeDeclarations()
743 if (mStyle == STYLE_STRUCT) { in emitTypeDeclarations()
765 case STYLE_STRUCT: in emitTypeForwardDeclaration()
1386 } else if (mStyle == STYLE_STRUCT) { in emitJavaTypeDeclarations()
1895 case STYLE_STRUCT: in emitVtsTypeDeclarations()
1924 case STYLE_STRUCT: in emitVtsTypeDeclarations()
2010 innerStruct.size = (mStyle == STYLE_STRUCT) in getCompoundAlignmentAndSize()
DCompoundType.h31 STYLE_STRUCT, enumerator
Dhidl-gen_y.yy918 : STRUCT { $$ = CompoundType::STYLE_STRUCT; }
/system/tools/hidl/hidl2aidl/
DAidlNamedType.cpp154 if (compoundType.style() == CompoundType::STYLE_STRUCT) { in emitCompoundTypeAidlDefinition()