Home
last modified time | relevance | path

Searched defs:ScopedJavaGlobalRef (Results 1 – 6 of 6) sorted by relevance

/external/cronet/stable/third_party/jni_zero/
Djava_refs.h317 constexpr ScopedJavaGlobalRef() {} in ScopedJavaGlobalRef() function
318 constexpr ScopedJavaGlobalRef(std::nullptr_t) {} in ScopedJavaGlobalRef() function
322 ScopedJavaGlobalRef(const ScopedJavaGlobalRef& other) { Reset(other); } in ScopedJavaGlobalRef() function
327 ScopedJavaGlobalRef(const ScopedJavaGlobalRef<U>& other) { in ScopedJavaGlobalRef() function
333 ScopedJavaGlobalRef(ScopedJavaGlobalRef&& other) { in ScopedJavaGlobalRef() function
340 ScopedJavaGlobalRef(ScopedJavaGlobalRef<U>&& other) { in ScopedJavaGlobalRef() function
345 explicit ScopedJavaGlobalRef(const JavaRef<T>& other) { Reset(other); } in ScopedJavaGlobalRef() function
347 ScopedJavaGlobalRef(JNIEnv* env, const JavaRef<T>& other) { in ScopedJavaGlobalRef() function
353 ScopedJavaGlobalRef(JNIEnv* env, T obj) { Reset(env, obj); } in ScopedJavaGlobalRef() function
/external/cronet/tot/third_party/jni_zero/
Djava_refs.h317 constexpr ScopedJavaGlobalRef() {} in ScopedJavaGlobalRef() function
318 constexpr ScopedJavaGlobalRef(std::nullptr_t) {} in ScopedJavaGlobalRef() function
322 ScopedJavaGlobalRef(const ScopedJavaGlobalRef& other) { Reset(other); } in ScopedJavaGlobalRef() function
327 ScopedJavaGlobalRef(const ScopedJavaGlobalRef<U>& other) { in ScopedJavaGlobalRef() function
333 ScopedJavaGlobalRef(ScopedJavaGlobalRef&& other) { in ScopedJavaGlobalRef() function
340 ScopedJavaGlobalRef(ScopedJavaGlobalRef<U>&& other) { in ScopedJavaGlobalRef() function
345 explicit ScopedJavaGlobalRef(const JavaRef<T>& other) { Reset(other); } in ScopedJavaGlobalRef() function
347 ScopedJavaGlobalRef(JNIEnv* env, const JavaRef<T>& other) { in ScopedJavaGlobalRef() function
353 ScopedJavaGlobalRef(JNIEnv* env, T obj) { Reset(env, obj); } in ScopedJavaGlobalRef() function
/external/libchrome/base/android/
Dscoped_java_ref.h237 constexpr ScopedJavaGlobalRef() {} in ScopedJavaGlobalRef() function
238 constexpr ScopedJavaGlobalRef(std::nullptr_t) {} in ScopedJavaGlobalRef() function
240 ScopedJavaGlobalRef(const ScopedJavaGlobalRef<T>& other) { in ScopedJavaGlobalRef() function
244 ScopedJavaGlobalRef(ScopedJavaGlobalRef<T>&& other) { this->swap(other); } in ScopedJavaGlobalRef() function
246 ScopedJavaGlobalRef(JNIEnv* env, T obj) { this->Reset(env, obj); } in ScopedJavaGlobalRef() function
248 explicit ScopedJavaGlobalRef(const JavaRef<T>& other) { this->Reset(other); } in ScopedJavaGlobalRef() function
/external/webrtc/sdk/android/native_api/jni/
Dscoped_java_ref.h176 explicit constexpr ScopedJavaGlobalRef(std::nullptr_t) {} in ScopedJavaGlobalRef() function
177 ScopedJavaGlobalRef(JNIEnv* env, const JavaRef<T>& other) in ScopedJavaGlobalRef() function
179 explicit ScopedJavaGlobalRef(const ScopedJavaLocalRef<T>& other) in ScopedJavaGlobalRef() function
181 ScopedJavaGlobalRef(ScopedJavaGlobalRef&& other) in ScopedJavaGlobalRef() function
/external/cronet/stable/base/android/
Dscoped_java_ref.h23 using ScopedJavaGlobalRef = jni_zero::ScopedJavaGlobalRef<T>; variable
/external/cronet/tot/base/android/
Dscoped_java_ref.h23 using ScopedJavaGlobalRef = jni_zero::ScopedJavaGlobalRef<T>; variable