Searched refs:anotherSafeUnion (Results 1 – 1 of 1) sorted by relevance
2153 InterfaceTypeSafeUnion anotherSafeUnion(std::move(safeUnion)); in TEST_F() local2155 anotherSafeUnion.getDiscriminator()); in TEST_F()2164 InterfaceTypeSafeUnion anotherSafeUnion; in TEST_F() local2165 anotherSafeUnion = safeUnion; in TEST_F()2167 EXPECT_EQ(InterfaceTypeSafeUnion::hidl_discriminator::e, anotherSafeUnion.getDiscriminator()); in TEST_F()2169 EXPECT_NE(&(safeUnion.e()), &(anotherSafeUnion.e())); in TEST_F()2170 EXPECT_EQ(testVector, anotherSafeUnion.e()); in TEST_F()2182 InterfaceTypeSafeUnion anotherSafeUnion; in TEST_F() local2183 anotherSafeUnion.a(255); in TEST_F()2184 anotherSafeUnion = std::move(safeUnion); in TEST_F()[all …]