Searched refs:TestStructXyz (Results 1 – 1 of 1) sorted by relevance
/system/iorap/tests/src/tmp/ |
D | introspection_test.cc | 25 struct TestStructXyz { struct 31 IORAP_INTROSPECT_ADAPT_STRUCT(TestStructXyz, x, y, z); argument 37 TestStructXyz xyz = {1,2.1,'x'}; in TEST() 67 TestStructXyz xyz{}; in TEST() 68 TestStructXyz xyz_expected = {1,2.1,'x'}; in TEST() 103 TestStructXyz xyz{}; in TEST() 104 TestStructXyz xyz_expected = {1,2.1,'x'}; in TEST() 108 auto&& [member_x, member_y, member_z] = introspect_members(type_c<TestStructXyz>); in TEST() 124 TestStructXyz xyz{}; in TEST() 125 TestStructXyz xyz_expected = {1,2.1,'x'}; in TEST() [all …]
|