Searched defs:DropCounter (Results 1 – 9 of 9) sorted by relevance
21 struct DropCounter { struct27 impl PartialEq for DropCounter { argument34 impl PartialOrd for DropCounter { implementation43 impl Ord for DropCounter { implementation49 impl Drop for DropCounter { 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