Home
last modified time | relevance | path

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

/openbmc/qemu/tests/unit/
H A Dtest-visitor-serialization.c361 PrimitiveList *pl_copy_ptr = &pl_copy; in test_primitive_lists()
366 pl.type = pl_copy.type = pt->type; in test_primitive_lists()
430 switch (pl_copy.type) { in test_primitive_lists()
432 cur_head = pl_copy.value.strings; in test_primitive_lists()
435 cur_head = pl_copy.value.integers; in test_primitive_lists()
438 cur_head = pl_copy.value.s8_integers; in test_primitive_lists()
441 cur_head = pl_copy.value.s16_integers; in test_primitive_lists()
450 cur_head = pl_copy.value.u8_integers; in test_primitive_lists()
462 cur_head = pl_copy.value.numbers; in test_primitive_lists()
465 cur_head = pl_copy.value.booleans; in test_primitive_lists()
[all …]