Searched refs:visit_type_ImageInfoSpecific (Results 1 - 3 of 3) sorted by relevance

/external/qemu/qapi-auto-generated/
H A Dqapi-visit.h68 void visit_type_ImageInfoSpecific(Visitor *m, ImageInfoSpecific ** obj, const char *name, Error **errp);
H A Dqapi-types.c822 visit_type_ImageInfoSpecific(v, &obj, NULL, NULL);
H A Dqapi-visit.c681 void visit_type_ImageInfoSpecific(Visitor *m, ImageInfoSpecific ** obj, const char *name, Error **errp) function
722 visit_type_ImageInfoSpecific(m, &native_i->value, NULL, &err);
792 visit_type_ImageInfoSpecific(m, obj ? &(*obj)->format_specific : NULL, "format-specific", &err);

Completed in 117 milliseconds