github.com/thommil/tge-mobile@v0.0.0-20190308225214-66a08abd51aa/bind/testdata/ignore.java.c.golden (about) 1 // JNI functions for the Go <=> Java bridge. 2 // gobind -lang=java ignore 3 // 4 // File is generated by gobind. Do not edit. 5 6 #include <android/log.h> 7 #include <stdint.h> 8 #include "seq.h" 9 #include "_cgo_export.h" 10 #include "ignore.h" 11 12 jclass proxy_class_ignore_I; 13 jmethodID proxy_class_ignore_I_cons; 14 // skipped method I.Argument with unsupported parameter or return types 15 16 // skipped method I.Result with unsupported parameter or return types 17 18 jclass proxy_class_ignore_S; 19 jmethodID proxy_class_ignore_S_cons; 20 21 JNIEXPORT void JNICALL 22 Java_ignore_Ignore__1init(JNIEnv *env, jclass _unused) { 23 jclass clazz; 24 clazz = (*env)->FindClass(env, "ignore/S"); 25 proxy_class_ignore_S = (*env)->NewGlobalRef(env, clazz); 26 proxy_class_ignore_S_cons = (*env)->GetMethodID(env, clazz, "<init>", "(I)V"); 27 clazz = (*env)->FindClass(env, "ignore/Ignore$proxyI"); 28 proxy_class_ignore_I = (*env)->NewGlobalRef(env, clazz); 29 proxy_class_ignore_I_cons = (*env)->GetMethodID(env, clazz, "<init>", "(I)V"); 30 clazz = (*env)->FindClass(env, "ignore/I"); 31 // skipped method I.Argument with unsupported parameter or return types 32 33 // skipped method I.Result with unsupported parameter or return types 34 35 36 } 37 38 // skipped function Argument with unsupported parameter or return types 39 40 // skipped function Result with unsupported parameter or return types 41 42 JNIEXPORT jint JNICALL 43 Java_ignore_S__1_1New(JNIEnv *env, jclass clazz) { 44 return new_ignore_S(); 45 } 46 47 // skipped function S.Argument with unsupported parameter or return types 48 49 // skipped function S.Result with unsupported parameter or return types 50 51 // skipped field S with unsupported type: interface{} 52 53 // skipped function I.Argument with unsupported parameter or return types 54 55 // skipped method I with unsupported parameter or return types 56 57 // skipped function I.Result with unsupported parameter or return types 58 59 // skipped method I with unsupported parameter or return types 60 61 // skipped variable C128 with unsupported type: complex128 62 63 // skipped variable C64 with unsupported type: complex64 64 65 // skipped variable Uint with unsupported type: uint 66 67 // skipped variable Uint32 with unsupported type: uint32 68 69 // skipped variable Uint64 with unsupported type: uint64 70 71 // skipped variable V with unsupported type: interface{} 72 73 // skipped variable Var with unsupported type: interface{} 74