Home
last modified time | relevance | path

Searched refs:type_bool (Results 1 – 10 of 10) sorted by relevance

/openbmc/qemu/include/qapi/
H A Dvisitor-impl.h95 bool (*type_bool)(Visitor *v, const char *name, bool *obj, Error **errp); member
/openbmc/qemu/qapi/
H A Dqapi-dealloc-visitor.c135 v->visitor.type_bool = qapi_dealloc_type_bool; in qapi_dealloc_visitor_new()
H A Dqapi-clone-visitor.c168 v->visitor.type_bool = qapi_clone_type_bool; in qapi_clone_visitor_new()
H A Dqobject-input-visitor.c723 v->visitor.type_bool = qobject_input_type_bool; in qobject_input_visitor_new()
738 v->visitor.type_bool = qobject_input_type_bool_keyval; in qobject_input_visitor_new_keyval()
H A Dqobject-output-visitor.c267 v->visitor.type_bool = qobject_output_type_bool; in qobject_output_visitor_new()
H A Dqapi-forward-visitor.c311 v->visitor.type_bool = forward_field_type_bool; in visitor_forward_field()
H A Dstring-input-visitor.c401 v->visitor.type_bool = parse_type_bool; in string_input_visitor_new()
H A Dstring-output-visitor.c438 v->visitor.type_bool = print_type_bool; in string_output_visitor_new()
H A Dopts-visitor.c574 ov->visitor.type_bool = &opts_type_bool; in opts_visitor_new()
H A Dqapi-visit-core.c336 return v->type_bool(v, name, obj, errp); in visit_type_bool()