Home
last modified time | relevance | path

Searched refs:type_any (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/include/qapi/
H A Dvisitor-impl.h105 bool (*type_any)(Visitor *v, const char *name, QObject **obj, member
/openbmc/qemu/qapi/
H A Dqapi-dealloc-visitor.c138 v->visitor.type_any = qapi_dealloc_type_anything; in qapi_dealloc_visitor_new()
H A Dqobject-input-visitor.c726 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()
H A Dqobject-output-visitor.c270 v->visitor.type_any = qobject_output_type_any; in qobject_output_visitor_new()
H A Dqapi-forward-visitor.c314 v->visitor.type_any = forward_field_type_any; in visitor_forward_field()
H A Dqapi-visit-core.c371 ok = v->type_any(v, name, obj, errp); in visit_type_any()