Lines Matching defs:obj

35     QObject *obj;                /* QDict or QList being visited */  member
168 QObject *obj = qobject_input_try_get_object(qiv, name, consume); in qobject_input_get_object() local
209 QObject *obj, void *qapi) in qobject_input_push()
268 static void qobject_input_pop(Visitor *v, void **obj) in qobject_input_pop()
278 static bool qobject_input_start_struct(Visitor *v, const char *name, void **obj, in qobject_input_start_struct()
304 static void qobject_input_end_struct(Visitor *v, void **obj) in qobject_input_end_struct()
371 static void qobject_input_end_list(Visitor *v, void **obj) in qobject_input_end_list()
381 GenericAlternate **obj, size_t size, in qobject_input_start_alternate()
396 static bool qobject_input_type_int64(Visitor *v, const char *name, int64_t *obj, in qobject_input_type_int64()
416 int64_t *obj, Error **errp) in qobject_input_type_int64_keyval()
435 uint64_t *obj, Error **errp) in qobject_input_type_uint64()
467 uint64_t *obj, Error **errp) in qobject_input_type_uint64_keyval()
485 static bool qobject_input_type_bool(Visitor *v, const char *name, bool *obj, in qobject_input_type_bool()
507 bool *obj, Error **errp) in qobject_input_type_bool_keyval()
524 static bool qobject_input_type_str(Visitor *v, const char *name, char **obj, in qobject_input_type_str()
547 char **obj, Error **errp) in qobject_input_type_str_keyval()
556 static bool qobject_input_type_number(Visitor *v, const char *name, double *obj, in qobject_input_type_number()
578 double *obj, Error **errp) in qobject_input_type_number_keyval()
599 static bool qobject_input_type_any(Visitor *v, const char *name, QObject **obj, in qobject_input_type_any()
615 QNull **obj, Error **errp) in qobject_input_type_null()
635 uint64_t *obj, Error **errp) in qobject_input_type_size_keyval()
693 static QObjectInputVisitor *qobject_input_visitor_base_new(QObject *obj) in qobject_input_visitor_base_new()
717 Visitor *qobject_input_visitor_new(QObject *obj) in qobject_input_visitor_new()
732 Visitor *qobject_input_visitor_new_keyval(QObject *obj) in qobject_input_visitor_new_keyval()
754 QObject *obj; in qobject_input_visitor_new_str() local