Searched refs:type_any (Results 1 – 6 of 6) sorted by relevance
105 bool (*type_any)(Visitor *v, const char *name, QObject **obj, member
138 v->visitor.type_any = qapi_dealloc_type_anything; in qapi_dealloc_visitor_new()
726 v->visitor.type_any = qobject_input_type_any; in qobject_input_visitor_new()741 v->visitor.type_any = qobject_input_type_any; in qobject_input_visitor_new_keyval()
270 v->visitor.type_any = qobject_output_type_any; in qobject_output_visitor_new()
314 v->visitor.type_any = forward_field_type_any; in visitor_forward_field()
371 ok = v->type_any(v, name, obj, errp); in visit_type_any()