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

/system/tools/hidl/
H A DCompoundType.cpp105 case STYLE_STRUCT: {
138 case STYLE_STRUCT:
205 if (mStyle != STYLE_STRUCT) {
378 out << ((mStyle == STYLE_STRUCT) ? "struct" : "union")
430 if (mStyle == STYLE_STRUCT) {
458 out << ((mStyle == STYLE_STRUCT) ? "struct" : "union") << " " << localName() << ";\n";
953 if (mStyle != STYLE_STRUCT) {
967 if (mStyle != STYLE_STRUCT) {
991 case STYLE_STRUCT:
1011 case STYLE_STRUCT
[all...]
H A DCompoundType.h30 STYLE_STRUCT, enumerator in enum:android::CompoundType::Style
H A DRefType.cpp59 static_cast<const CompoundType*>(elementType)->style() == CompoundType::STYLE_STRUCT) {
H A Dhidl-gen_y.yy877 : STRUCT { $$ = CompoundType::STYLE_STRUCT; }
932 if (static_cast<CompoundType *>(*scope)->style() == CompoundType::STYLE_STRUCT &&
945 if (static_cast<CompoundType *>(*scope)->style() == CompoundType::STYLE_STRUCT &&

Completed in 6696 milliseconds