Searched defs:DropCounter (Results 1 – 9 of 9) sorted by relevance
18 struct DropCounter { struct24 impl PartialEq for DropCounter { argument30 impl PartialOrd for DropCounter { implementation39 impl Ord for DropCounter { implementation45 impl Drop for DropCounter { implementation
316 struct DropCounter { struct323 impl DropCounter { argument
128 struct DropCounter; in drops() struct130 impl Drop for DropCounter { in drops() implementation
192 struct DropCounter; in drops() struct194 impl Drop for DropCounter { in drops() implementation
491 struct DropCounter; in drops() struct493 impl Drop for DropCounter { in drops() implementation
407 struct DropCounter; in drops() struct409 impl Drop for DropCounter { in drops() implementation
394 struct DropCounter; in drops() struct396 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
362 struct DropCounter<'a>(&'a AtomicUsize); in check_drops() struct363 impl<'a> Drop for DropCounter<'a> { in check_drops() implementation