Lines Matching refs:OutputForward
310 def OutputForward(self, out_file, defined_types, typemap):
339 typemap[self.old_type].OutputForward(out_file, defined_types, typemap)
401 typemap[self.const_type].OutputForward(out_file, defined_types, typemap)
667 def OutputForward(self, out_file, unused_defined_types, unused_typemap):
670 This method needs to match the OutputForward method in other type classes