HomeSort by relevance Sort by last modified time
    Searched defs:ScopedLocalRef (Results 1 - 3 of 3) 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&);
  /external/conscrypt/src/openjdk/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 27 class ScopedLocalRef {
29 ScopedLocalRef(JNIEnv* env, T localRef) : mEnv(env), mLocalRef(localRef) {
32 ~ScopedLocalRef() {
59 DISALLOW_COPY_AND_ASSIGN(ScopedLocalRef);

Completed in 52 milliseconds