Searched refs:scoped_local_ref (Results 1 – 1 of 1) sorted by relevance
33 class scoped_local_ref final { class35 explicit scoped_local_ref(C_JNIEnv* env, T localRef = NULL) in scoped_local_ref() function in __anonadce16320111::scoped_local_ref40 ~scoped_local_ref() { in ~scoped_local_ref()57 scoped_local_ref(const scoped_local_ref&) = delete;58 scoped_local_ref(scoped_local_ref&&) = delete;59 scoped_local_ref& operator=(const scoped_local_ref&) = delete;60 scoped_local_ref& operator=(scoped_local_ref&&) = delete;81 … scoped_local_ref<jclass> exceptionClass(env, (*env)->GetObjectClass(e, exception)); // can't fail in getExceptionSummary()82 scoped_local_ref<jclass> classClass(env, in getExceptionSummary()86 scoped_local_ref<jstring> classNameStr(env, in getExceptionSummary()[all …]