Home
last modified time | relevance | path

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

/openbmc/qemu/tests/unit/
H A Dtest-qobject-output-visitor.c227 bool value_bool = true; in test_visitor_out_list() local
237 value->boolean = value_bool; in test_visitor_out_list()
258 g_assert_cmpint(qdict_get_bool(qdict, "boolean"), ==, value_bool); in test_visitor_out_list()