Searched refs:count_refs_helper (Results 1 – 1 of 1) sorted by relevance
158 struct count_refs_helper { struct164 struct count_refs_helper<Arg, Args ...> { struct167 (jni_type_traits<Arg>::is_ref ? 1 : 0) + count_refs_helper<Args ...>::value;597 (count_refs_helper<jclass, Args...>::value)); in apply()612 (count_refs_helper<jobject, Args...>::value)); in apply()