Searched refs:VISITOR_OUTPUT (Results 1 – 5 of 5) sorted by relevance
29 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()
259 v->visitor.type = VISITOR_OUTPUT; in qobject_output_visitor_new()
296 assert(target->type == VISITOR_OUTPUT || target->type == VISITOR_INPUT); in visitor_forward_field()
434 v->visitor.type = VISITOR_OUTPUT; in string_output_visitor_new()
39 VISITOR_OUTPUT = 2, enumerator