Searched defs:TestJni (Results 1 – 1 of 1) sorted by relevance
250 struct TestJni { struct261 static void v_e(JNIEnv*) {} in v_e()262 static void v_ei(JNIEnv*, jint l) {} in v_ei()263 static void v_el(JNIEnv*, jlong l) {} in v_el()272 static void empty_fn() {} in empty_fn()273 static jint int_fn() { return 0; } in int_fn()275 static void v_() {} in v_()279 static void v_const_i(const jint) {} in v_const_i()280 static void v_i(jint) {} in v_i()281 static void v_l(jlong) {} in v_l()[all …]