Searched defs:Visitor (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/include/qapi/ |
H A D | visitor-impl.h | 44 struct Visitor struct 51 bool (*start_struct)(Visitor *v, const char *name, void **obj, argument 55 bool (*check_struct)(Visitor *v, Error **errp); argument 58 void (*end_struct)(Visitor *v, void **obj); argument 62 bool (*start_list)(Visitor *v, const char *name, GenericList **list, argument 66 GenericList *(*next_list)(Visitor *v, GenericList *tail, size_t size); argument 69 bool (*check_list)(Visitor *v, Error **errp); argument 72 void (*end_list)(Visitor *v, void **list); argument 75 bool (*start_alternate)(Visitor *v, const char *name, argument 80 void (*end_alternate)(Visitor *v, void **obj); argument [all …]
|
/openbmc/qemu/include/qemu/ |
H A D | typedefs.h | 118 typedef struct Visitor Visitor; typedef
|