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

/frameworks/native/libs/vr/libpdx_uds/
H A Dremote_method_tests.cpp93 struct TestTemplateType { struct in namespace:__anon1773
96 TestTemplateType() {} function in struct:__anon1773::TestTemplateType
97 TestTemplateType(FileHandleType fd) : fd(std::move(fd)) {} function in struct:__anon1773::TestTemplateType
100 PDX_SERIALIZABLE_MEMBERS(TestTemplateType<FileHandleType>, fd);
912 EXPECT_TRUE((IsConvertible<TestTemplateType<LocalHandle>,
913 TestTemplateType<RemoteHandle>>::value));
914 EXPECT_TRUE((IsConvertible<TestTemplateType<LocalHandle>,
915 TestTemplateType<BorrowedHandle>>::value));
916 EXPECT_FALSE((IsConvertible<TestTemplateType<RemoteHandle>,
917 TestTemplateType<LocalHandl
[all...]
/frameworks/native/libs/vr/libpdx/
H A Dserialization_tests.cpp69 struct TestTemplateType { struct in namespace:__anon1758
72 TestTemplateType() {} function in struct:__anon1758::TestTemplateType
73 TestTemplateType(FileHandleType fd) : fd(std::move(fd)) {} function in struct:__anon1758::TestTemplateType
75 bool operator==(const TestTemplateType& other) const {
80 PDX_SERIALIZABLE_MEMBERS(TestTemplateType<FileHandleType>, fd);
1228 TestTemplateType<LocalHandle> tt{LocalHandle(-1)};
2362 TestTemplateType<LocalHandle> tt;
2365 EXPECT_EQ(TestTemplateType<LocalHandle>(LocalHandle(-1)), tt);

Completed in 1554 milliseconds