Home | History | Annotate | Download | only in util-src

Lines Matching defs:return_type

762             return_type = accessor.get_return_type(var_type)
763 if return_type:
764 print("{0} result = ({0}) ".format(return_type), end="", file=body_text)
818 return_type = accessor.get_return_type(var_type)
819 compatible_types = { return_type }