ignore.objc.m.golden 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. // Objective-C API for talking to ignore Go package.
  2. // gobind -lang=objc ignore
  3. //
  4. // File is generated by gobind. Do not edit.
  5. #include <Foundation/Foundation.h>
  6. #include "seq.h"
  7. #include "_cgo_export.h"
  8. #include "Ignore.objc.h"
  9. @implementation IgnoreS {
  10. }
  11. - (nonnull instancetype)initWithRef:(_Nonnull id)ref {
  12. self = [super init];
  13. if (self) { __ref = ref; }
  14. return self;
  15. }
  16. - (nonnull instancetype)init {
  17. self = [super init];
  18. if (self) {
  19. __ref = go_seq_from_refnum(new_ignore_S());
  20. }
  21. return self;
  22. }
  23. // skipped unsupported field F with type interface{}
  24. // skipped method S.Argument with unsupported parameter or return types
  25. // skipped method S.Result with unsupported parameter or return types
  26. @end
  27. @implementation IgnoreI {
  28. }
  29. - (nonnull instancetype)initWithRef:(id)ref {
  30. self = [super init];
  31. if (self) { __ref = ref; }
  32. return self;
  33. }
  34. // skipped method I.Argument with unsupported parameter or return types
  35. // skipped method I.Result with unsupported parameter or return types
  36. @end
  37. // skipped const Cuint with unsupported type: uint
  38. // skipped const Cuint32 with unsupported type: uint32
  39. // skipped const Cuint64 with unsupported type: uint64
  40. // skipped const NamedConst with unsupported type: ignore.NamedString
  41. @implementation Ignore
  42. // skipped variable C128 with unsupported type: complex128
  43. // skipped variable C64 with unsupported type: complex64
  44. // skipped variable Uint with unsupported type: uint
  45. // skipped variable Uint32 with unsupported type: uint32
  46. // skipped variable Uint64 with unsupported type: uint64
  47. // skipped variable V with unsupported type: interface{}
  48. // skipped variable Var with unsupported type: interface{}
  49. @end
  50. // skipped function Argument with unsupported parameter or return types
  51. // skipped function Result with unsupported parameter or return types
  52. // skipped method I.Argument with unsupported parameter or return types
  53. // skipped method I.Result with unsupported parameter or return types
  54. __attribute__((constructor)) static void init() {
  55. init_seq();
  56. }