Searched refs:QObjectInputVisitor (Results 1 – 2 of 2) sorted by relevance
45 struct QObjectInputVisitor { struct59 static QObjectInputVisitor *to_qiv(Visitor *v) in to_qiv() argument61 return container_of(v, QObjectInputVisitor, visitor); in to_qiv()75 static const char *full_name_nth(QObjectInputVisitor *qiv, const char *name, in full_name_nth()114 static const char *full_name(QObjectInputVisitor *qiv, const char *name) in full_name()119 static QObject *qobject_input_try_get_object(QObjectInputVisitor *qiv, in qobject_input_try_get_object()164 static QObject *qobject_input_get_object(QObjectInputVisitor *qiv, in qobject_input_get_object()176 static const char *qobject_input_get_keyval(QObjectInputVisitor *qiv, in qobject_input_get_keyval()207 static const QListEntry *qobject_input_push(QObjectInputVisitor *qiv, in qobject_input_push()243 QObjectInputVisitor *qiv = to_qiv(v); in qobject_input_check_struct()[all …]
20 typedef struct QObjectInputVisitor QObjectInputVisitor; typedef