Lines Matching refs:fntype

58       typedef jobject (fntype)(JNIEnv*, jclass);
59 fntype* const fn = reinterpret_cast<fntype*>(method->GetEntryPointFromJni());
69 typedef void (fntype)(JNIEnv*, jclass);
70 fntype* const fn = reinterpret_cast<fntype*>(method->GetEntryPointFromJni());
76 typedef jboolean (fntype)(JNIEnv*, jclass);
77 fntype* const fn = reinterpret_cast<fntype*>(method->GetEntryPointFromJni());
83 typedef jbyte (fntype)(JNIEnv*, jclass, jint);
84 fntype* const fn = reinterpret_cast<fntype*>(method->GetEntryPointFromJni());
90 typedef jint (fntype)(JNIEnv*, jclass, jint);
91 fntype* const fn = reinterpret_cast<fntype*>(method->GetEntryPointFromJni());
97 typedef jobject (fntype)(JNIEnv*, jclass, jobject);
98 fntype* const fn = reinterpret_cast<fntype*>(method->GetEntryPointFromJni());
110 typedef jint (fntype)(JNIEnv*, jclass, jint, jboolean);
111 fntype* const fn = reinterpret_cast<fntype*>(method->GetEntryPointFromJni());
117 typedef jint (fntype)(JNIEnv*, jclass, jobject, jint);
118 fntype* const fn = reinterpret_cast<fntype*>(const_cast<void*>(
127 typedef jshort (fntype)(JNIEnv*, jclass, jint, jboolean);
128 fntype* const fn =
129 reinterpret_cast<fntype*>(const_cast<void*>(method->GetEntryPointFromJni()));
135 typedef void (fntype)(JNIEnv*, jclass, jint, jboolean);
136 fntype* const fn = reinterpret_cast<fntype*>(method->GetEntryPointFromJni());
142 typedef jboolean (fntype)(JNIEnv*, jclass, jobject, jobject);
143 fntype* const fn = reinterpret_cast<fntype*>(method->GetEntryPointFromJni());
153 typedef jboolean (fntype)(JNIEnv*, jclass, jint, jobject, jobject);
154 fntype* const fn = reinterpret_cast<fntype*>(method->GetEntryPointFromJni());
164 typedef void (fntype)(JNIEnv*, jclass, jint, jobject, jint, jint);
165 fntype* const fn = reinterpret_cast<fntype*>(method->GetEntryPointFromJni());
173 typedef void (fntype)(JNIEnv*, jclass, jobject, jint, jobject, jint, jint);
174 fntype* const fn = reinterpret_cast<fntype*>(method->GetEntryPointFromJni());
189 typedef jobject (fntype)(JNIEnv*, jobject);
190 fntype* const fn = reinterpret_cast<fntype*>(method->GetEntryPointFromJni());
200 typedef void (fntype)(JNIEnv*, jobject);
201 fntype* const fn = reinterpret_cast<fntype*>(method->GetEntryPointFromJni());
207 typedef jobject (fntype)(JNIEnv*, jobject, jobject);
208 fntype* const fn = reinterpret_cast<fntype*>(method->GetEntryPointFromJni());
221 typedef jint (fntype)(JNIEnv*, jobject, jint, jint);
222 fntype* const fn = reinterpret_cast<fntype*>(method->GetEntryPointFromJni());