Searched refs:DerivedTestType (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/libs/vr/libpdx_uds/
H A Dremote_method_tests.cpp74 struct DerivedTestType : public TestType { struct in namespace:__anon1773
75 DerivedTestType() : TestType() {} function in struct:__anon1773::DerivedTestType
76 DerivedTestType(int a, float b) : TestType(a, b, "constant") {} function in struct:__anon1773::DerivedTestType
936 EXPECT_TRUE(HasSerializableMembers<DerivedTestType>::value);
943 EXPECT_TRUE(HasSerializableMembers<DerivedTestType>::value);

Completed in 1640 milliseconds