| 184 | }; |
| 185 | |
| 186 | jboolean fromJavaBooleanObject(JNIEnv *env, jobject bool_object) |
| 187 | { |
| 188 | return QtJambiAPI::fromJavaBooleanObject(env, bool_object); |
| 189 | } |
| 190 | |
| 191 | using JLongTypeEntry = PrimitiveTypeEntry<jlong, jlong, QtJambiAPI::toJavaLongObject, QtJambiAPI::fromJavaLongObject, Java::Runtime::Byte, Java::Runtime::Short, Java::Runtime::Integer, Java::Runtime::Long>; |
| 192 | using JIntTypeEntry = PrimitiveTypeEntry<jint, jint, QtJambiAPI::toJavaIntegerObject, QtJambiAPI::fromJavaIntegerObject, Java::Runtime::Byte, Java::Runtime::Short, Java::Runtime::Integer>; |
no outgoing calls
no test coverage detected