2
0
mirror of synced 2025-02-23 14:58:12 +00:00
mobile/bind/testdata/java.java.h.golden
Elias Naur 8b05ea26b5 bind/testdata: support JDK 8 for the reverse binding golden tests
The Character.Subset Java class changed between JDK 8 and JDK 11
which is the default JDK on my system. To avoid the golden tests
depend on the JDK version, drop the reference to the Character.Subset
class.
The inner class case is covered by the bind/java runtime tests.

For the upcoming Android container builders.

Change-Id: I05897ff7de7970633176207305099153de2f208c
Reviewed-on: https://go-review.googlesource.com/c/163377
Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com>
2019-02-22 13:51:28 +00:00

81 lines
1.6 KiB
Plaintext

// File is generated by gobind. Do not edit.
#include <jni.h>
#include "seq.h"
extern void init_proxies();
typedef struct ret_jint {
jint res;
jint exc;
} ret_jint;
typedef struct ret_jboolean {
jboolean res;
jint exc;
} ret_jboolean;
typedef struct ret_jshort {
jshort res;
jint exc;
} ret_jshort;
typedef struct ret_jchar {
jchar res;
jint exc;
} ret_jchar;
typedef struct ret_jbyte {
jbyte res;
jint exc;
} ret_jbyte;
typedef struct ret_jlong {
jlong res;
jint exc;
} ret_jlong;
typedef struct ret_jfloat {
jfloat res;
jint exc;
} ret_jfloat;
typedef struct ret_jdouble {
jdouble res;
jint exc;
} ret_jdouble;
typedef struct ret_nstring {
nstring res;
jint exc;
} ret_nstring;
typedef struct ret_nbyteslice {
nbyteslice res;
jint exc;
} ret_nbyteslice;
extern ret_nstring cproxy_java_lang_Float_toString(jint this);
extern ret_nstring cproxy_java_lang_Long_toString(jint this);
extern ret_nstring cproxy_java_lang_Object_toString(jint this);
// JNI function headers for the Go <=> Java bridge.
// gobind -lang=java java
//
// File is generated by gobind. Do not edit.
#ifndef __Java_H__
#define __Java_H__
#include <jni.h>
extern jclass proxy_class_java_F;
extern jmethodID proxy_class_java_F_cons;
nstring cproxyjava_F_ToString(int32_t refnum);
extern jclass proxy_class_java_L;
extern jmethodID proxy_class_java_L_cons;
nstring cproxyjava_L_ToString(int32_t refnum);
extern jclass proxy_class_java_O;
extern jmethodID proxy_class_java_O_cons;
nstring cproxyjava_O_ToString(int32_t refnum);
extern jclass proxy_class_java_R;
extern jmethodID proxy_class_java_R_cons;
#endif