Lines Matching refs:qobject_to
140 ret = qdict_get(qobject_to(QDict, qobj), name); in qobject_input_try_get_object()
188 qstr = qobject_to(QString, qobj); in qobject_input_get_keyval()
213 QDict *qdict = qobject_to(QDict, obj); in qobject_input_push()
214 QList *qlist = qobject_to(QList, obj); in qobject_input_push()
347 assert(tos && qobject_to(QList, tos->obj)); in qobject_input_next_list()
361 assert(tos && qobject_to(QList, tos->obj)); in qobject_input_check_list()
406 qnum = qobject_to(QNum, qobj); in qobject_input_type_int64()
445 qnum = qobject_to(QNum, qobj); in qobject_input_type_uint64()
495 qbool = qobject_to(QBool, qobj); in qobject_input_type_bool()
535 qstr = qobject_to(QString, qobj); in qobject_input_type_str()
566 qnum = qobject_to(QNum, qobj); in qobject_input_type_number()
763 args = qobject_to(QDict, obj); in qobject_input_visitor_new_str()