github.com/thommil/tge-mobile@v0.0.0-20190308225214-66a08abd51aa/bind/testdata/try.java.c.golden (about) 1 // JNI functions for the Go <=> Java bridge. 2 // gobind -lang=java try 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 "try.h" 11 12 13 JNIEXPORT void JNICALL 14 Java_try_1_Try__1init(JNIEnv *env, jclass _unused) { 15 jclass clazz; 16 } 17 18 JNIEXPORT jstring JNICALL 19 Java_try_1_Try_this_1(JNIEnv* env, jclass _clazz) { 20 nstring r0 = proxytry__This(); 21 jstring _r0 = go_seq_to_java_string(env, r0); 22 return _r0; 23 } 24