Lines Matching refs:VISITOR_INPUT
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()
258 assert(v->type == VISITOR_INPUT || (value >= min && value <= max)); in visit_type_intN()
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()
430 case VISITOR_INPUT: in visit_type_enum()