Searched defs:get_int_value (Results 1 – 2 of 2) sorted by relevance
163 static jmethodID get_int_value = env->GetMethodID(integer_class, "intValue", "()I"); in ToNativeInteger() local
216 static int get_int_value(const struct str_parms *str_parms, const char *key, int *return_value) { in get_int_value() function