Lines Matching refs:QObject

35     QObject *obj;                /* QDict or QList being visited */
49 QObject *root;
119 static QObject *qobject_input_try_get_object(QObjectInputVisitor *qiv, in qobject_input_try_get_object()
124 QObject *qobj; in qobject_input_try_get_object()
125 QObject *ret; in qobject_input_try_get_object()
164 static QObject *qobject_input_get_object(QObjectInputVisitor *qiv, in qobject_input_get_object()
168 QObject *obj = qobject_input_try_get_object(qiv, name, consume); in qobject_input_get_object()
180 QObject *qobj; in qobject_input_get_keyval()
209 QObject *obj, void *qapi) in qobject_input_push()
282 QObject *qobj = qobject_input_get_object(qiv, name, true, errp); in qobject_input_start_struct()
319 QObject *qobj = qobject_input_get_object(qiv, name, true, errp); in qobject_input_start_list()
385 QObject *qobj = qobject_input_get_object(qiv, name, false, errp); in qobject_input_start_alternate()
400 QObject *qobj = qobject_input_get_object(qiv, name, true, errp); in qobject_input_type_int64()
438 QObject *qobj = qobject_input_get_object(qiv, name, true, errp); in qobject_input_type_uint64()
489 QObject *qobj = qobject_input_get_object(qiv, name, true, errp); in qobject_input_type_bool()
528 QObject *qobj = qobject_input_get_object(qiv, name, true, errp); in qobject_input_type_str()
560 QObject *qobj = qobject_input_get_object(qiv, name, true, errp); in qobject_input_type_number()
599 static bool qobject_input_type_any(Visitor *v, const char *name, QObject **obj, in qobject_input_type_any()
603 QObject *qobj = qobject_input_get_object(qiv, name, true, errp); in qobject_input_type_any()
618 QObject *qobj = qobject_input_get_object(qiv, name, true, errp); in qobject_input_type_null()
656 QObject *qobj = qobject_input_try_get_object(qiv, name, false); in qobject_input_optional()
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()