Searched refs:anotherSafeUnion (Results 1 – 1 of 1) sorted by relevance
2139 InterfaceTypeSafeUnion anotherSafeUnion(std::move(safeUnion)); in TEST_F() local2141 anotherSafeUnion.getDiscriminator()); in TEST_F()2150 InterfaceTypeSafeUnion anotherSafeUnion; in TEST_F() local2151 anotherSafeUnion = safeUnion; in TEST_F()2153 EXPECT_EQ(InterfaceTypeSafeUnion::hidl_discriminator::e, anotherSafeUnion.getDiscriminator()); in TEST_F()2155 EXPECT_NE(&(safeUnion.e()), &(anotherSafeUnion.e())); in TEST_F()2156 EXPECT_EQ(testVector, anotherSafeUnion.e()); in TEST_F()2168 InterfaceTypeSafeUnion anotherSafeUnion; in TEST_F() local2169 anotherSafeUnion.a(255); in TEST_F()2170 anotherSafeUnion = std::move(safeUnion); in TEST_F()[all …]