Searched defs:ScopedJavaGlobalRef (Results 1 – 2 of 2) sorted by relevance
237 constexpr ScopedJavaGlobalRef() {} in ScopedJavaGlobalRef() function238 constexpr ScopedJavaGlobalRef(std::nullptr_t) {} in ScopedJavaGlobalRef() function240 ScopedJavaGlobalRef(const ScopedJavaGlobalRef<T>& other) { in ScopedJavaGlobalRef() function244 ScopedJavaGlobalRef(ScopedJavaGlobalRef<T>&& other) { this->swap(other); } in ScopedJavaGlobalRef() function246 ScopedJavaGlobalRef(JNIEnv* env, T obj) { this->Reset(env, obj); } in ScopedJavaGlobalRef() function248 explicit ScopedJavaGlobalRef(const JavaRef<T>& other) { this->Reset(other); } in ScopedJavaGlobalRef() function
176 explicit constexpr ScopedJavaGlobalRef(std::nullptr_t) {} in ScopedJavaGlobalRef() function177 ScopedJavaGlobalRef(JNIEnv* env, const JavaRef<T>& other) in ScopedJavaGlobalRef() function179 explicit ScopedJavaGlobalRef(const ScopedJavaLocalRef<T>& other) in ScopedJavaGlobalRef() function181 ScopedJavaGlobalRef(ScopedJavaGlobalRef&& other) in ScopedJavaGlobalRef() function