HomeSort by relevance Sort by last modified time
    Searched defs:ScopedLocalRef (Results 1 - 2 of 2) sorted by null

  /external/conscrypt/src/compat/native/
ScopedLocalRef.h 26 class ScopedLocalRef {
28 ScopedLocalRef(JNIEnv* env, T localRef) : mEnv(env), mLocalRef(localRef) {
31 ~ScopedLocalRef() {
59 ScopedLocalRef(const ScopedLocalRef&);
60 void operator=(const ScopedLocalRef&);
  /libnativehelper/include/nativehelper/
ScopedLocalRef.h 26 class ScopedLocalRef {
28 ScopedLocalRef(JNIEnv* env, T localRef) : mEnv(env), mLocalRef(localRef) {
31 ~ScopedLocalRef() {
59 ScopedLocalRef(const ScopedLocalRef&);
60 void operator=(const ScopedLocalRef&);

Completed in 109 milliseconds