Home
last modified time | relevance | path

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

/external/rust/crates/jni/0.20.0/src/wrapper/objects/
Dglobal_ref.rs30 struct GlobalRefGuard { struct
52 inner: Arc::new(GlobalRefGuard::from_raw(vm, raw_global_ref)), in from_raw() argument
65 impl GlobalRefGuard { implementation
84 impl Drop for GlobalRefGuard { implementation
/external/rust/crates/jni/src/wrapper/objects/
Dglobal_ref.rs34 struct GlobalRefGuard { struct
35 obj: JObject<'static>,
36 vm: JavaVM,
80 impl GlobalRefGuard { impl
91 impl Drop for GlobalRefGuard { implementation