Lines Matching refs:Output
312 same as Output() because forward declarations do not apply for typedefs.
315 out_file: The output file.
320 self.Output(out_file, defined_types, typemap)
322 def Output(self, out_file, defined_types, typemap):
328 out_file: The output file.
346 out_file: The output file.
386 def Output(self, out_file, defined_types, typemap):
392 out_file: The output file.
672 out_file: The output file.
684 def Output(self, out_file, defined_types, typemap):
690 out_file: The output file.
700 typemap[field_type].Output(out_file, defined_types, typemap)
703 typemap[required_type].Output(out_file, defined_types, typemap)
718 out_file: The output file.
785 out_file: The output file
848 out_file: The output file.
872 out_file: The output file.
907 def Output(self, out_file):
911 out_file: The output file.
1212 output arguments.
1471 out_file: The output file.
1646 """Returns the number of output handles for this command."""
1656 out_file: The output file.
1671 out_file: The output file.
1708 """Formats a list of output arguments for use in a function declaration.
1899 print('Cannot match command output from line: %s\n' % self._line)
1915 The arguments may be input or output arguments.
1954 out_file: The output file.
1994 define.Output(out_file)
2001 typedef.Output(out_file, defined_types, typemap)
2006 constant.Output(out_file, defined_types, typemap)
2010 struct.Output(out_file, defined_types, typemap)