Searched refs:get_int_value (Results 1 – 1 of 1) sorted by relevance
163 static jmethodID get_int_value = env->GetMethodID(integer_class, "intValue", "()I"); in ToNativeInteger() local164 return env->CallIntMethod(jInteger, get_int_value); in ToNativeInteger()