Searched refs:realComponent (Results 1 – 1 of 1) sorted by relevance
1858 const auto& realComponent = realPlaneLayout.components[j]; in TEST_P() local1860 EXPECT_EQ(component.type.name, realComponent.type.name); in TEST_P()1861 EXPECT_EQ(component.type.value, realComponent.type.value); in TEST_P()1862 EXPECT_EQ(component.sizeInBits, realComponent.sizeInBits); in TEST_P()1863 EXPECT_EQ(component.offsetInBits, realComponent.offsetInBits); in TEST_P()