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