Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/cov-mark/src/
Dlib.rs178 struct GuardInner { struct
179 mark: &'static str,
180 hits: Cell<usize>,
181 expected_hits: Option<usize>,
188 impl GuardInner { impl