Searched refs:anotherSafeUnion (Results 1 – 1 of 1) sorted by relevance
2155 InterfaceTypeSafeUnion anotherSafeUnion(std::move(safeUnion)); in TEST_F() local2157 anotherSafeUnion.getDiscriminator()); in TEST_F()2166 InterfaceTypeSafeUnion anotherSafeUnion; in TEST_F() local2167 anotherSafeUnion = safeUnion; in TEST_F()2169 EXPECT_EQ(InterfaceTypeSafeUnion::hidl_discriminator::e, anotherSafeUnion.getDiscriminator()); in TEST_F()2171 EXPECT_NE(&(safeUnion.e()), &(anotherSafeUnion.e())); in TEST_F()2172 EXPECT_EQ(testVector, anotherSafeUnion.e()); in TEST_F()2184 InterfaceTypeSafeUnion anotherSafeUnion; in TEST_F() local2185 anotherSafeUnion.a(255); in TEST_F()2186 anotherSafeUnion = std::move(safeUnion); in TEST_F()[all …]