| 1315 | functions->SetBooleanField(this,obj,fieldID,val); |
| 1316 | } |
| 1317 | void SetByteField(jobject obj, jfieldID fieldID, |
| 1318 | jbyte val) { |
| 1319 | functions->SetByteField(this,obj,fieldID,val); |
| 1320 | } |
| 1321 | void SetCharField(jobject obj, jfieldID fieldID, |
| 1322 | jchar val) { |
| 1323 | functions->SetCharField(this,obj,fieldID,val); |
nothing calls this directly
no outgoing calls
no test coverage detected