Home
last modified time | relevance | path

Searched refs:VISITOR_OUTPUT (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/qapi/
H A Dqapi-visit-core.c29 assert(v->type != VISITOR_OUTPUT || v->complete); in visit_complete()
52 assert(!(v->type & VISITOR_OUTPUT) || *obj); in visit_start_struct()
113 assert(!(v->type & VISITOR_OUTPUT) || *obj); in visit_start_alternate()
369 assert(v->type != VISITOR_OUTPUT || *obj); in visit_type_any()
432 case VISITOR_OUTPUT: in visit_type_enum()
H A Dqobject-output-visitor.c259 v->visitor.type = VISITOR_OUTPUT; in qobject_output_visitor_new()
H A Dqapi-forward-visitor.c296 assert(target->type == VISITOR_OUTPUT || target->type == VISITOR_INPUT); in visitor_forward_field()
H A Dstring-output-visitor.c374 v->visitor.type = VISITOR_OUTPUT; in string_output_visitor_new()
/openbmc/qemu/include/qapi/
H A Dvisitor-impl.h39 VISITOR_OUTPUT = 2, enumerator