Searched refs:STYLE_STRUCT (Results 1 – 4 of 4) sorted by relevance
151 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()
31 STYLE_STRUCT, enumerator
918 : STRUCT { $$ = CompoundType::STYLE_STRUCT; }
154 if (compoundType.style() == CompoundType::STYLE_STRUCT) { in emitCompoundTypeAidlDefinition()