Searched refs:TestingElement (Results 1 – 1 of 1) sorted by relevance
75 template <size_t Size> struct TestingElement { struct101 TestingElement<1>, // 1 Byte102 TestingElement<2>, // 2 Bytes103 TestingElement<4>, // 4 Bytes104 Repeated<TestingElement<2>, 3>, // 6 Bytes105 Chained<TestingElement<4>, TestingElement<2>, TestingElement<1>> // 7 Bytes213 using AlignmentT = TestingElement<4>; in TearDown()