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.cpp2155 InterfaceTypeSafeUnion anotherSafeUnion(std::move(safeUnion)); in TEST_F() local
2157 anotherSafeUnion.getDiscriminator()); in TEST_F()
2166 InterfaceTypeSafeUnion anotherSafeUnion; in TEST_F() local
2167 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() local
2185 anotherSafeUnion.a(255); in TEST_F()
2186 anotherSafeUnion = std::move(safeUnion); in TEST_F()
[all …]