Searched refs:ScopedLocalRef (Results 1 – 3 of 3) sorted by relevance
26 class ScopedLocalRef {28 ScopedLocalRef(JNIEnv* env, T localRef) : mEnv(env), mLocalRef(localRef) { in ScopedLocalRef() function31 ~ScopedLocalRef() { in ~ScopedLocalRef()59 ScopedLocalRef(const ScopedLocalRef&);60 void operator=(const ScopedLocalRef&);
36 ScopedLocalRef<jstring> s(env, env->NewStringUTF((*getter)(i))); in toStringArray()
79 ScopedLocalRef<jclass> localClass(env, env->FindClass(name)); in findClass()