Searched defs:JNINativeInterface_ (Results 1 – 2 of 2) sorted by relevance
105 pub type JNIEnv = *const JNINativeInterface_; constant110 pub struct JNINativeInterface_ { struct111 pub reserved0: *mut c_void,112 pub reserved1: *mut c_void,113 pub reserved2: *mut c_void,114 pub reserved3: *mut c_void,115 pub GetVersion: Option<unsafe extern "system" fn(env: *mut JNIEnv) -> jint>,116 pub DefineClass: Option<124 pub FindClass:126 pub FromReflectedMethod:[all …]
214 struct JNINativeInterface_ { struct215 void *reserved0;216 void *reserved1;217 void *reserved2;219 void *reserved3;250 void (JNICALL *ExceptionDescribe)252 void (JNICALL *ExceptionClear)254 void (JNICALL *FatalError)264 void (JNICALL *DeleteGlobalRef)266 void (JNICALL *DeleteLocalRef)[all …]