Home
last modified time | relevance | path

Searched refs:innerStruct (Results 1 – 2 of 2) sorted by relevance

/system/tools/hidl/
DCompoundType.cpp611 emitLayoutAsserts(out, layout.innerStruct, "::hidl_union"); in emitSafeUnionTypeDeclarations()
1086 << ", hidl_u) == " << layout.innerStruct.offset << ", \"wrong offset\");\n"; in emitSafeUnionTypeConstructors()
1095 size_t dpad = layout.innerStruct.offset - layout.discriminator.size; in emitSafeUnionTypeConstructors()
1098 size_t innerStructEnd = layout.innerStruct.offset + layout.innerStruct.size; in emitSafeUnionTypeConstructors()
1607 size_t offset = layout.innerStruct.offset; in emitJavaTypeDeclarations()
1740 size_t offset = layout.innerStruct.offset; in emitJavaTypeDeclarations()
1992 Layout& innerStruct = compoundLayout.innerStruct; in getCompoundAlignmentAndSize() local
1999 innerStruct.offset = discriminator.size; in getCompoundAlignmentAndSize()
2008 size_t lPad = Layout::getPad(innerStruct.size, fieldAlign); in getCompoundAlignmentAndSize()
2010 innerStruct.size = (mStyle == STYLE_STRUCT) in getCompoundAlignmentAndSize()
[all …]
DCompoundType.h144 Layout innerStruct; member