Searched defs:NativeMethod (Results 1 – 4 of 4) sorted by relevance
2766 methods: &[NativeMethod], in register_native_methods()2975 pub struct NativeMethod { struct2977 pub name: JNIString,2979 pub sig: JNIString,2985 pub fn_ptr: *mut c_void,
2302 pub struct NativeMethod { struct2304 pub name: JNIString,2306 pub sig: JNIString,2312 pub fn_ptr: *mut c_void,
47 class NativeMethod: class
73 class NativeMethod(object): class