Searched refs:visit_with_forward (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/tests/unit/ |
H A D | test-forward-visitor.c | 28 static void *visit_with_forward(const char *srcstr, GenericVisitor *fn) in visit_with_forward() function 55 QObject *src = visit_with_forward("src.integer=42,src.string=Hello,src.enum1=value2", in test_forward_any() 131 char *dst = visit_with_forward("src=Hello", in test_forward_string() 140 UserDefOne *dst = visit_with_forward("src.integer=42,src.string=Hello", in test_forward_struct() 151 AltStrObj *s_dst = visit_with_forward("src=hello", in test_forward_alternate() 153 AltStrObj *o_dst = visit_with_forward("src.integer=42,src.boolean=true,src.string=world", in test_forward_alternate() 169 uint8List *dst = visit_with_forward("src.0=1,src.1=2,src.2=3,src.3=4", in test_forward_list()
|