github.com/cyrilou242/gomobile-java@v0.0.0-20220215185836-09daef25a210/bind/testdata/customprefix.java.c.golden (about)

     1  // Code generated by gobind. DO NOT EDIT.
     2  
     3  // JNI functions for the Go <=> Java bridge.
     4  //
     5  //   autogenerated by gobind -lang=java -javapkg=com.example customprefix
     6  
     7  #include <android/log.h>
     8  #include <stdint.h>
     9  #include "seq.h"
    10  #include "_cgo_export.h"
    11  #include "customprefix.h"
    12  
    13  
    14  JNIEXPORT void JNICALL
    15  Java_com_example_customprefix_Customprefix__1init(JNIEnv *env, jclass _unused) {
    16      jclass clazz;
    17  }
    18  
    19  JNIEXPORT void JNICALL
    20  Java_com_example_customprefix_Customprefix_f(JNIEnv* env, jclass _clazz) {
    21      proxycustomprefix__F();
    22  }
    23