Searched defs:DropCounter (Results 1 – 10 of 10) sorted by relevance
19 struct DropCounter { struct25 impl PartialEq for DropCounter { argument31 impl PartialOrd for DropCounter { implementation40 impl Ord for DropCounter { implementation46 impl Drop for DropCounter { implementation
32 pub struct DropCounter<'a> { struct33 count: &'a mut i32,36 impl<'a> DropCounter<'a> { impl47 impl<'a> Drop for DropCounter<'a> { implementation
304 struct DropCounter { struct311 impl DropCounter { implementation
133 struct DropCounter; in drops() struct135 impl Drop for DropCounter { in drops() implementation
290 struct DropCounter; in drops() struct292 impl Drop for DropCounter { in drops() implementation
415 struct DropCounter; in drops() struct417 impl Drop for DropCounter { in drops() implementation
416 struct DropCounter; in drops() struct418 impl Drop for DropCounter { in drops() implementation
514 struct DropCounter; in drops() struct516 impl Drop for DropCounter { in drops() implementation
175 struct DropCounter<'a>(&'a Cell<i32>); in into_iter_drop() struct177 impl<'a> Drop for DropCounter<'a> { in into_iter_drop() implementation
359 struct DropCounter<'a>(&'a AtomicUsize); in check_drops() struct360 impl<'a> Drop for DropCounter<'a> { in check_drops() implementation