Lines Matching refs:modes
2655 def __init__(self, entry_types, modes, print_time, default_max_qty, git_sha='', file_header=''): argument
2666 for mode in modes:
2957 def render(self, modes, h_files, c_files, type_file, include_prefix, cmake_file=None, argument
2959 for mode in modes:
3199 modes = list()
3201 modes.append("decode")
3203 modes.append("encode")
3213 for mode in modes:
3220 for mode in modes:
3249 out_c = args.output_c if (len(modes) == 1 and args.output_c) else None
3250 out_h = args.output_h if (len(modes) == 1 and args.output_h) else None
3251 for mode in modes:
3259 out_c_parent = Path(output_c[modes[0]].name).parent
3260 out_h_parent = Path(output_h[modes[0]].name).parent
3268 for entry in args.entry_types] for mode in modes},
3269 modes=modes, print_time=args.time_header,
3292 renderer.render(modes, output_h, output_c, output_h_types, args.include_prefix,