Searched refs:int8List (Results 1 - 4 of 4) sorted by relevance

/external/qemu/qapi-auto-generated/
H A Dqapi-types.h63 typedef struct int8List struct
69 struct int8List *next;
70 } int8List; typedef in typeref:struct:int8List
1907 void qapi_free_int8List(int8List * obj);
H A Dqapi-visit.h30 void visit_type_int8List(Visitor *m, int8List ** obj, const char *name, Error **errp);
H A Dqapi-types.c448 void qapi_free_int8List(int8List * obj)
H A Dqapi-visit.c111 void visit_type_int8List(Visitor *m, int8List ** obj, const char *name, Error **errp)
120 int8List *native_i = (int8List *)i;

Completed in 439 milliseconds