Home
last modified time | relevance | path

Searched refs:TestTuple (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_json/src/
H A Dserializer_compact.rs607 struct TestTuple(u32, u32, bool); in ut_serialize_struct() struct
608 let test = TestTuple(123, 321, true); in ut_serialize_struct()
H A Ddeserializer.rs1055 struct TestTuple(u32, u32, bool); in ut_deserialize_struct() struct
1057 let expected = TestTuple(123, 321, true); in ut_deserialize_struct()