Home
last modified time | relevance | path

Searched defs:ScopedLocalRef (Results 1 – 2 of 2) sorted by relevance

/external/libtextclassifier/util/java/
Dscoped_local_ref.h66 using ScopedLocalRef = variable
/external/conscrypt/common/src/jni/unbundled/include/nativehelper/
DScopedLocalRef.h29 ScopedLocalRef(JNIEnv* env, T localRef) : mEnv(env), mLocalRef(localRef) { in ScopedLocalRef() function