Home
last modified time | relevance | path

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

/qemu/tests/unit/
H A Dtest-qobject-output-visitor.c562 QNum *qvalue = qobject_to(QNum, qlist_entry_obj(e)); in test_visitor_out_list_struct() local
563 g_assert(qvalue); in test_visitor_out_list_struct()
564 g_assert_cmpint(qnum_get_int(qvalue), ==, j); in test_visitor_out_list_struct()
573 QNum *qvalue = qobject_to(QNum, qlist_entry_obj(e)); in test_visitor_out_list_struct() local
576 g_assert(qvalue); in test_visitor_out_list_struct()
578 sprintf(actual, "%.6f", qnum_get_double(qvalue)); in test_visitor_out_list_struct()
587 QBool *qvalue = qobject_to(QBool, qlist_entry_obj(e)); in test_visitor_out_list_struct() local
588 g_assert(qvalue); in test_visitor_out_list_struct()
589 g_assert_cmpint(qbool_get_bool(qvalue), ==, i % 3 == 0); in test_visitor_out_list_struct()
600 g_assert(qvalue); in test_visitor_out_list_struct()
[all …]