Home
last modified time | relevance | path

Searched refs:anotherSafeUnion (Results 1 – 1 of 1) sorted by relevance

/system/tools/hidl/test/hidl_test/
Dhidl_test_client.cpp2153 InterfaceTypeSafeUnion anotherSafeUnion(std::move(safeUnion)); in TEST_F() local
2155 anotherSafeUnion.getDiscriminator()); in TEST_F()
2164 InterfaceTypeSafeUnion anotherSafeUnion; in TEST_F() local
2165 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() local
2183 anotherSafeUnion.a(255); in TEST_F()
2184 anotherSafeUnion = std::move(safeUnion); in TEST_F()
[all …]