Home
last modified time | relevance | path

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

/qemu/tests/unit/
H A Dtest-qobject-output-visitor.c146 TestStruct test_struct = { .integer = 42, in test_visitor_out_struct() local
149 TestStruct *p = &test_struct; in test_visitor_out_struct()
H A Dtest-visitor-serialization.c571 static void test_struct(gconstpointer opaque) in test_struct() function
1050 g_test_add_data_func(testname, args, test_struct); in add_visitor_type()