Home | History | Annotate | Download | only in nativehelper

Lines Matching refs:SetStaticLongField

368     void        (*SetStaticLongField)(JNIEnv*, jclass, jfieldID, jlong);
822 void SetStaticLongField(jclass clazz, jfieldID fieldID, jlong value)
823 { functions->SetStaticLongField(this, clazz, fieldID, value); }