Searched refs:TestTuple (Results 1 – 2 of 2) sorted by relevance
607 struct TestTuple(u32, u32, bool); in ut_serialize_struct() struct608 let test = TestTuple(123, 321, true); in ut_serialize_struct()
1055 struct TestTuple(u32, u32, bool); in ut_deserialize_struct() struct1057 let expected = TestTuple(123, 321, true); in ut_deserialize_struct()