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

/frameworks/native/libs/vr/libpdx/
H A Dvariant_tests.cpp25 class TestType { class in namespace:__anon1761
27 TestType(const T& value) : value_(value) {} function in class:__anon1761::TestType
28 TestType(T&& value) : value_(std::move(value)) {} function in class:__anon1761::TestType
29 TestType(const TestType&) = default;
30 TestType(TestType&&) = default;
32 TestType& operator=(const TestType&) = default;
33 TestType
[all...]
H A Dserialization_tests.cpp46 struct TestType { struct in namespace:__anon1758
54 TestType() {} function in struct:__anon1758::TestType
55 TestType(int a, float b, const std::string& c, Foo d) function in struct:__anon1758::TestType
60 bool operator==(const TestType& other) const {
65 PDX_SERIALIZABLE_MEMBERS(TestType, a, b, c, d);
108 TestType tt(1, 2.0, "three", TestType::Foo::kBar);
112 EXPECT_EQ(TestType::Foo::kBar, tt.d);
1218 TestType t1{10, 0.0, "12345", TestType
[all...]
/frameworks/native/libs/vr/libpdx_uds/
H A Dremote_method_tests.cpp56 struct TestType { struct in namespace:__anon1773
61 TestType() {} function in struct:__anon1773::TestType
62 TestType(int a, float b, const std::string& c) : a(a), b(b), c(c) {} function in struct:__anon1773::TestType
66 bool operator==(const TestType& other) const {
71 PDX_SERIALIZABLE_MEMBERS(TestType, a, b, c);
74 struct DerivedTestType : public TestType {
75 DerivedTestType() : TestType() {}
76 DerivedTestType(int a, float b) : TestType(a, b, "constant") {}
162 PDX_REMOTE_METHOD(SendTestType, kOpSendTestType, TestType(const TestType
[all...]
/frameworks/base/media/tests/players/
H A Dinvoke_mock_media_player.cpp53 enum TestType {TEST_UNKNOWN, PING}; enum in class:__anon1301::Player
101 TestType mTest;

Completed in 92 milliseconds