Home | History | Annotate | Download | only in include

Lines Matching refs:GetByteField

309     jbyte       (*GetByteField)(JNIEnv*, jobject, jfieldID);
714 jbyte GetByteField(jobject obj, jfieldID fieldID)
715 { return functions->GetByteField(this, obj, fieldID); }