| H A D | test-qapi.py | 33 def visit_enum_type(self, name, info, ifcond, features, members, prefix): argument 39 self._print_if(m.ifcond, indent=8) 41 self._print_if(ifcond) 44 def visit_array_type(self, name, info, ifcond, element_type): argument 48 self._print_if(ifcond) 50 def visit_object_type(self, name, info, ifcond, features, argument 58 self._print_if(m.ifcond, 8) 61 self._print_if(ifcond) 64 def visit_alternate_type(self, name, info, ifcond, features, argument 68 self._print_if(ifcond) 71 visit_command(self, name, info, ifcond, features, arg_type, ret_type, gen, success_response, boxed, allow_oob, allow_preconfig, coroutine) global() argument 83 visit_event(self, name, info, ifcond, features, arg_type, boxed) global() argument 98 _print_if(ifcond, indent=4) global() argument [all...] |