ignore.java.c.golden 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. // Code generated by gobind. DO NOT EDIT.
  2. // JNI functions for the Go <=> Java bridge.
  3. //
  4. // autogenerated by gobind -lang=java ignore
  5. #include <android/log.h>
  6. #include <stdint.h>
  7. #include "seq.h"
  8. #include "_cgo_export.h"
  9. #include "ignore.h"
  10. jclass proxy_class_ignore_I;
  11. jmethodID proxy_class_ignore_I_cons;
  12. // skipped method I.Argument with unsupported parameter or return types
  13. // skipped method I.Result with unsupported parameter or return types
  14. jclass proxy_class_ignore_S;
  15. jmethodID proxy_class_ignore_S_cons;
  16. JNIEXPORT void JNICALL
  17. Java_ignore_Ignore__1init(JNIEnv *env, jclass _unused) {
  18. jclass clazz;
  19. clazz = (*env)->FindClass(env, "ignore/S");
  20. proxy_class_ignore_S = (*env)->NewGlobalRef(env, clazz);
  21. proxy_class_ignore_S_cons = (*env)->GetMethodID(env, clazz, "<init>", "(I)V");
  22. clazz = (*env)->FindClass(env, "ignore/Ignore$proxyI");
  23. proxy_class_ignore_I = (*env)->NewGlobalRef(env, clazz);
  24. proxy_class_ignore_I_cons = (*env)->GetMethodID(env, clazz, "<init>", "(I)V");
  25. clazz = (*env)->FindClass(env, "ignore/I");
  26. // skipped method I.Argument with unsupported parameter or return types
  27. // skipped method I.Result with unsupported parameter or return types
  28. }
  29. // skipped function Argument with unsupported parameter or return types
  30. // skipped function Result with unsupported parameter or return types
  31. JNIEXPORT jint JNICALL
  32. Java_ignore_S__1_1New(JNIEnv *env, jclass clazz) {
  33. return new_ignore_S();
  34. }
  35. // skipped function S.Argument with unsupported parameter or return types
  36. // skipped function S.Result with unsupported parameter or return types
  37. // skipped field S with unsupported type: interface{}
  38. // skipped function I.Argument with unsupported parameter or return types
  39. // skipped method I with unsupported parameter or return types
  40. // skipped function I.Result with unsupported parameter or return types
  41. // skipped method I with unsupported parameter or return types
  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{}