Home
last modified time | relevance | path

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

/external/conscrypt/android-stub/src/main/java/dalvik/system/
DCloseGuard.java19 public class CloseGuard { class
20 private CloseGuard() {} in CloseGuard() method in CloseGuard
/external/rust/crates/tracing-subscriber/src/registry/
Dsharded.rs176 pub(crate) struct CloseGuard<'a> { struct
189 /// For additional details, see [`CloseGuard`]. argument
386 impl<'a> CloseGuard<'a> { implementation
392 impl<'a> Drop for CloseGuard<'a> { implementation