Searched refs:packedStructCopy (Results 1 – 1 of 1) sorted by relevance
127 PackedStruct packedStructCopy; in test_packed_alignment() local157 memset(&packedStructCopy, 0, sizeof(PackedStruct)); in test_packed_alignment()158 packedStructCopy = *reinterpret_cast<PackedStruct *>(ptr); in test_packed_alignment()160 VerifyOrQuit(memcmp(&packedStructCopy, &packedStruct, sizeof(PackedStruct)) == 0, in test_packed_alignment()