Searched defs:jvalue (Results 1 – 11 of 11) sorted by relevance
1064 jint jvalue = (jint)temp3; local1068 jint jvalue = (jint)temp4; local1119 jint jvalue = (jint)temp3; local1123 jint jvalue = (jint)temp4; local1175 jint jvalue = (jint)temp3; local1179 jint jvalue = (jint)temp4; local1231 jint jvalue = (jint)temp3; local1235 jint jvalue = (jint)temp4; local1287 jint jvalue = (jint)temp3; local1291 jint jvalue = (jint)temp4; local[all …]
2 mod jvalue; module
25 impl<'a> From<JValue<'a>> for jvalue { implementation26 fn from(other: JValue) -> jvalue { in from()33 pub fn to_jni(self) -> jvalue { in to_jni()
66 const JavaParamRef<jstring>& jvalue) { in JNI_CommandLine_AppendSwitchWithValue()
73 const JavaParamRef<jstring>& jvalue) { in JNI_CommandLine_AppendSwitchWithValue()
139 const JavaParamRef<jstring>& jvalue) { in AddRequestHeader()
108 args: &[jvalue], in jni_object_call_static_unchecked()
9470 bpf_u_int32 jvalue, int jtype, int reverse) in gen_atmfield_code_internal()9557 bpf_u_int32 jvalue, int jtype, int reverse) in gen_atmfield_code()9768 volatile bpf_u_int32 jvalue = jvalue_arg; in gen_mtp3field_code() local
791 args: &[jvalue], in call_static_method_unchecked()907 args: &[jvalue], in call_method_unchecked()
120 typedef union jvalue { union130 } jvalue; typedef
51 impl Clone for jvalue { implementation