Lines Matching defs:obj
25 static bool qapi_dealloc_start_struct(Visitor *v, const char *name, void **obj, in qapi_dealloc_start_struct()
31 static void qapi_dealloc_end_struct(Visitor *v, void **obj) in qapi_dealloc_end_struct()
38 static void qapi_dealloc_end_alternate(Visitor *v, void **obj) in qapi_dealloc_end_alternate()
60 static void qapi_dealloc_end_list(Visitor *v, void **obj) in qapi_dealloc_end_list()
64 static bool qapi_dealloc_type_str(Visitor *v, const char *name, char **obj, in qapi_dealloc_type_str()
73 static bool qapi_dealloc_type_int64(Visitor *v, const char *name, int64_t *obj, in qapi_dealloc_type_int64()
80 uint64_t *obj, Error **errp) in qapi_dealloc_type_uint64()
85 static bool qapi_dealloc_type_bool(Visitor *v, const char *name, bool *obj, in qapi_dealloc_type_bool()
91 static bool qapi_dealloc_type_number(Visitor *v, const char *name, double *obj, in qapi_dealloc_type_number()
98 QObject **obj, Error **errp) in qapi_dealloc_type_anything()
107 QNull **obj, Error **errp) in qapi_dealloc_type_null()