Home
last modified time | relevance | path

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

/qemu/tests/unit/
H A Dtest-qobject-output-visitor.c228 int value_int = 10; in test_visitor_out_list() local
236 value->integer = value_int + (max_items - i - 1); in test_visitor_out_list()
257 g_assert_cmpint(qdict_get_int(qdict, "integer"), ==, value_int + i); in test_visitor_out_list()