Searched refs:componentLocation (Results 1 – 3 of 3) sorted by relevance
51 const variable_field &componentLocation, in ComponentImageInfo() argument59 componentLocation(componentLocation), in ComponentImageInfo()73 componentLocation(ref.componentLocation), in ComponentImageInfo()98 if (HasMember(&ComponentImageInfo::componentLocation) && in operator ==()99 other.HasMember(&ComponentImageInfo::componentLocation)) { in operator ==()100 if (componentLocation.length != in operator ==()101 other.componentLocation.length) { in operator ==()
63 const variable_field &componentLocation,88 const variable_field componentLocation; member
151 EXPECT_EQ(outCompImageInfos[0].componentLocation.length, 1); in TEST()