Searched refs:JNI_PUBLIC_API (Results 1 – 2 of 2) sorted by relevance
86 # define JNI_PUBLIC_API(ResultType) ResultType _System macro91 # define JNI_PUBLIC_API(ResultType) ResultType macro101 # define JNI_PUBLIC_API(ResultType) _declspec(dllexport) ResultType __stdcall macro107 # define JNI_PUBLIC_API(ResultType) ResultType __cdecl __export __loadds macro112 # define JNI_PUBLIC_API(ResultType) ResultType __cdecl __export macro120 # define JNI_PUBLIC_API(ResultType) __export ResultType macro125 # define JNI_PUBLIC_API(ResultType) ResultType _cdecl _export _loadds macro151 # define JNI_PUBLIC_API(ResultType) __declspec(export) ResultType macro152 # define JNI_PUBLIC_VAR(VarType) JNI_PUBLIC_API(VarType)153 # define JNI_NATIVE_STUB(ResultType) JNI_PUBLIC_API(ResultType)[all …]
1797 JNI_PUBLIC_API(void) JNI_GetDefaultJavaVMInitArgs(void *);1799 JNI_PUBLIC_API(jint) JNI_CreateJavaVM(JavaVM **, JNIEnv **, void *);1801 JNI_PUBLIC_API(jint) JNI_GetCreatedJavaVMs(JavaVM **, jsize, jsize *);1802 JNI_PUBLIC_API(jref) JNI_MakeLocalRef(JNIEnv *pJNIEnv, void *pHObject);