Home
last modified time | relevance | path

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

/openbmc/qemu/tests/unit/
H A Dtest-visitor-serialization.c576 TestStruct *ts_copy = NULL; in test_struct() local
580 ops->deserialize((void **)&ts_copy, serialize_data, visit_struct, in test_struct()
583 struct_compare(ts, ts_copy); in test_struct()
586 struct_cleanup(ts_copy); in test_struct()