github.com/thommil/tge-mobile@v0.0.0-20190308225214-66a08abd51aa/bind/testdata/customprefix.java.c.golden (about)

     1  // JNI functions for the Go <=> Java bridge.
     2  //   gobind -lang=java -javapkg=com.example customprefix
     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 "customprefix.h"
    11  
    12  
    13  JNIEXPORT void JNICALL
    14  Java_com_example_customprefix_Customprefix__1init(JNIEnv *env, jclass _unused) {
    15      jclass clazz;
    16  }
    17  
    18  JNIEXPORT void JNICALL
    19  Java_com_example_customprefix_Customprefix_f(JNIEnv* env, jclass _clazz) {
    20      proxycustomprefix__F();
    21  }
    22