Searched refs:LayoutSize (Results 1 – 3 of 3) sorted by relevance
50 uint32_t getLayoutSize() const { return LayoutSize; } in getLayoutSize()69 uint32_t LayoutSize = 0; variable156 bool isEmptyBase() { return SizeOf == 1 && LayoutSize == 0; } in isEmptyBase()
53 OffsetInParent(OffsetInParent), SizeOf(Size), LayoutSize(Size), in LayoutItemBase()114 if (LayoutSize < Size) in UDTLayoutBase()115 UsedBytes.resize(LayoutSize); in UDTLayoutBase()265 LayoutSize = UsedBytes.find_last() + 1; in initializeChildren()
287 CharUnits LayoutSize = Layout.getSize(); in lowerUnion() local301 if (LayoutSize < getSize(FieldType)) in lowerUnion()302 FieldType = getByteArrayType(LayoutSize); in lowerUnion()337 return appendPaddingBytes(LayoutSize); in lowerUnion()340 if (LayoutSize < getSize(StorageType)) in lowerUnion()341 StorageType = getByteArrayType(LayoutSize); in lowerUnion()343 appendPaddingBytes(LayoutSize - getSize(StorageType)); in lowerUnion()345 if (LayoutSize % getAlignment(StorageType)) in lowerUnion()