Searched refs:STYLE_STRUCT (Results 1 – 5 of 5) 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()1361 } else if (mStyle == STYLE_STRUCT) { in emitJavaTypeDeclarations()1870 case STYLE_STRUCT: in emitVtsTypeDeclarations()1899 case STYLE_STRUCT: in emitVtsTypeDeclarations()1985 innerStruct.size = (mStyle == STYLE_STRUCT) in getCompoundAlignmentAndSize()
31 STYLE_STRUCT, enumerator
918 : STRUCT { $$ = CompoundType::STYLE_STRUCT; }
86 if (compoundType.style() == CompoundType::STYLE_STRUCT) { in emitCompoundTypeAidlDefinition()
127 if (parent->style() == CompoundType::STYLE_STRUCT) { in namedTypeTranslation()314 if (parent->style() == CompoundType::STYLE_STRUCT) { in simpleTranslation()324 if (parent->style() == CompoundType::STYLE_STRUCT) { in simpleTranslation()