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()
1067 << ", hidl_u) == " << layout.innerStruct.offset << ", \"wrong offset\");\n"; in emitSafeUnionTypeConstructors()
1076 size_t dpad = layout.innerStruct.offset - layout.discriminator.size; in emitSafeUnionTypeConstructors()
1079 size_t innerStructEnd = layout.innerStruct.offset + layout.innerStruct.size; in emitSafeUnionTypeConstructors()
1582 size_t offset = layout.innerStruct.offset; in emitJavaTypeDeclarations()
1715 size_t offset = layout.innerStruct.offset; in emitJavaTypeDeclarations()
1967 Layout& innerStruct = compoundLayout.innerStruct; in getCompoundAlignmentAndSize() local
1974 innerStruct.offset = discriminator.size; in getCompoundAlignmentAndSize()
1983 size_t lPad = Layout::getPad(innerStruct.size, fieldAlign); in getCompoundAlignmentAndSize()
1985 innerStruct.size = (mStyle == STYLE_STRUCT) in getCompoundAlignmentAndSize()
[all …]
DCompoundType.h144 Layout innerStruct; member