Searched refs:VISITOR_INPUT (Results 1 – 6 of 6) sorted by relevance
55 if (obj && (v->type & VISITOR_INPUT)) { in visit_start_struct()81 if (list && (v->type & VISITOR_INPUT)) { in visit_start_list()116 assert(!(v->type & VISITOR_INPUT)); in visit_start_alternate()120 if (v->type & VISITOR_INPUT) { in visit_start_alternate()170 return v->type == VISITOR_INPUT; in visit_is_input()190 assert(v->type == VISITOR_INPUT || value <= max); in visit_type_uintN()196 assert(v->type == VISITOR_INPUT); in visit_type_uintN()264 assert(v->type == VISITOR_INPUT); in visit_type_intN()350 if (v->type & VISITOR_INPUT) { in visit_type_str()372 if (v->type == VISITOR_INPUT) { in visit_type_any()[all …]
296 assert(target->type == VISITOR_OUTPUT || target->type == VISITOR_INPUT); in visitor_forward_field()
397 v->visitor.type = VISITOR_INPUT; in string_input_visitor_new()
560 ov->visitor.type = VISITOR_INPUT; in opts_visitor_new()
699 v->visitor.type = VISITOR_INPUT; in qobject_input_visitor_base_new()
38 VISITOR_INPUT = 1, enumerator