Searched refs:realComponent (Results 1 – 1 of 1) sorted by relevance
1656 const auto& realComponent = realPlaneLayout.components[j]; in TEST_P() local1658 EXPECT_EQ(component.type.name, realComponent.type.name); in TEST_P()1659 EXPECT_EQ(component.type.value, realComponent.type.value); in TEST_P()1660 EXPECT_EQ(component.sizeInBits, realComponent.sizeInBits); in TEST_P()1661 EXPECT_EQ(component.offsetInBits, realComponent.offsetInBits); in TEST_P()