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

/external/qemu/qapi-auto-generated/
H A Dqapi-types.h1626 typedef struct CommandLineParameterTypeList struct
1632 struct CommandLineParameterTypeList *next;
1633 } CommandLineParameterTypeList; typedef in typeref:struct:CommandLineParameterTypeList
3105 void qapi_free_CommandLineParameterTypeList(CommandLineParameterTypeList * obj);
H A Dqapi-visit.h354 void visit_type_CommandLineParameterTypeList(Visitor *m, CommandLineParameterTypeList ** obj, const char *name, Error **errp);
H A Dqapi-types.c3531 void qapi_free_CommandLineParameterTypeList(CommandLineParameterTypeList * obj)
H A Dqapi-visit.c5876 void visit_type_CommandLineParameterTypeList(Visitor *m, CommandLineParameterTypeList ** obj, const char *name, Error **errp)
5885 CommandLineParameterTypeList *native_i = (CommandLineParameterTypeList *)i;

Completed in 867 milliseconds