Home
last modified time | relevance | path

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

/openbmc/qemu/tests/unit/
H A Dtest-visitor-serialization.c597 UserDefTwo *udnp_copy = NULL; in test_nested_struct() local
601 ops->deserialize((void **)&udnp_copy, serialize_data, visit_nested_struct, in test_nested_struct()
604 nested_struct_compare(udnp, udnp_copy); in test_nested_struct()
607 nested_struct_cleanup(udnp_copy); in test_nested_struct()