Searched refs:count_refs_helper (Results 1 – 1 of 1) sorted by relevance
138 struct count_refs_helper { struct144 struct count_refs_helper<Arg, Args ...> { struct147 (jni_type_traits<Arg>::is_ref ? 1 : 0) + count_refs_helper<Args ...>::value;154 struct count_refs_fn_helper<R(Args...), fn> : public count_refs_helper<Args...> {};591 (count_refs_helper<jclass, Args...>::value)); in apply()606 (count_refs_helper<jobject, Args...>::value)); in apply()