Searched refs:mStyle (Results 1 – 2 of 2) sorted by relevance
36 : Scope(localName, fullName, location, parent), mStyle(style) {} in CompoundType()39 return mStyle; in style()66 if (mStyle == STYLE_UNION) { in validate()81 if (mStyle == STYLE_SAFE_UNION && mFields.size() < 2) { in validate()120 if (mStyle != STYLE_SAFE_UNION) { return OK; } in validateSubTypeNames()138 if (mStyle == STYLE_UNION) { in deepCanCheckEquality()150 switch (mStyle) { in typeName()187 switch (mStyle) { in getVtsType()243 CHECK(mStyle == STYLE_SAFE_UNION); in emitSafeUnionReaderWriterForInterfaces()319 if (mStyle == STYLE_SAFE_UNION) { in emitReaderWriter()[all …]
149 Style mStyle; member