Searched defs:GetIntField (Results 1 - 1 of 1) sorted by relevance

/libnativehelper/include/nativehelper/
H A Djni.h312 jint (*GetIntField)(JNIEnv*, jobject, jfieldID); member in struct:JNINativeInterface
720 jint GetIntField(jobject obj, jfieldID fieldID) function in struct:_JNIEnv
721 { return functions->GetIntField(this, obj, fieldID); }

Completed in 10 milliseconds