Lines Matching defs:out_file
308 def OutputForward(self, out_file, defined_types, typemap): argument
322 def Output(self, out_file, defined_types, typemap): argument
342 def OutputSerialize(self, out_file, serialized_types, typemap): argument
386 def Output(self, out_file, defined_types, typemap): argument
665 def OutputForward(self, out_file, unused_defined_types, unused_typemap): argument
684 def Output(self, out_file, defined_types, typemap): argument
714 def OutputSerialize(self, out_file, serialized_types, typemap): argument
776 def _OutputUnionSerialize(self, out_file): argument
839 def _OutputUnionField(self, out_file, field, code_format): argument
864 def _OutputArrayField(self, out_file, field, code_format): argument
907 def Output(self, out_file): argument
1467 def OutputDeclarations(self, out_file): argument
1476 def OutputSerializeFunction(self, out_file): argument
1530 def OutputParseFunction(self, out_file): argument
1579 def OutputMethodImplementation(self, out_file): argument
1602 def OutputErrorCallback(self, out_file): argument
1617 def OutputResponseCallback(self, out_file): argument
1649 def _OutputMethodSignatures(self, out_file): argument
1667 def _OutputCallbackSignature(self, out_file): argument
1949 def GenerateHandleCountFunctions(commands, out_file): argument