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

/libnativehelper/include/nativehelper/
H A Djni.h323 void (*SetLongField)(JNIEnv*, jobject, jfieldID, jlong); member in struct:JNINativeInterface
741 void SetLongField(jobject obj, jfieldID fieldID, jlong value) function in struct:_JNIEnv
742 { functions->SetLongField(this, obj, fieldID, value); }

Completed in 113 milliseconds