Searched refs:mPostPadding (Results 1 – 2 of 2) sorted by relevance
661 size_t mPostPadding; // this.AllocSize - this.StoreSize member667 size_t mPostPadding; // padding after the end of the padded member745 return Val32(true, mRecord->mPostPadding); in getRecordPostPadding()758 return std::make_pair(Val32(true, field.mPrePadding), Val32(true, field.mPostPadding)); in getFieldPreAndPostPadding()
155 << " postPadding=" << Val.mPostPadding in dump()165 << ", " << field.mPostPadding << ")" << std::endl; in dump()739 FieldState.mPostPadding = FieldAllocSize - FieldStoreSize; in declareRecord()754 record.mPostPadding = ERT->getAllocSize() - Pos; in declareRecord()