Searched refs:type_int64 (Results 1 – 10 of 10) sorted by relevance
/openbmc/qemu/qapi/ |
H A D | qapi-visit-core.c | 182 return v->type_int64(v, name, obj, errp); in visit_type_int() 260 if (!v->type_int64(v, name, &value, errp)) { in visit_type_intN() 318 return v->type_int64(v, name, obj, errp); in visit_type_int64()
|
H A D | qapi-dealloc-visitor.c | 133 v->visitor.type_int64 = qapi_dealloc_type_int64; in qapi_dealloc_visitor_new()
|
H A D | qapi-clone-visitor.c | 166 v->visitor.type_int64 = qapi_clone_type_int64; in qapi_clone_visitor_new()
|
H A D | qobject-input-visitor.c | 721 v->visitor.type_int64 = qobject_input_type_int64; in qobject_input_visitor_new() 736 v->visitor.type_int64 = qobject_input_type_int64_keyval; in qobject_input_visitor_new_keyval()
|
H A D | qobject-output-visitor.c | 265 v->visitor.type_int64 = qobject_output_type_int64; in qobject_output_visitor_new()
|
H A D | qapi-forward-visitor.c | 308 v->visitor.type_int64 = forward_field_type_int64; in visitor_forward_field()
|
H A D | string-input-visitor.c | 398 v->visitor.type_int64 = parse_type_int64; in string_input_visitor_new()
|
H A D | string-output-visitor.c | 435 v->visitor.type_int64 = print_type_int64; in string_output_visitor_new()
|
H A D | opts-visitor.c | 571 ov->visitor.type_int64 = &opts_type_int64; in opts_visitor_new()
|
/openbmc/qemu/include/qapi/ |
H A D | visitor-impl.h | 83 bool (*type_int64)(Visitor *v, const char *name, int64_t *obj, member
|