Searched defs:DropCounter (Results 1 – 7 of 7) sorted by relevance
152 struct DropCounter { struct158 impl PartialEq for DropCounter { argument164 impl PartialOrd for DropCounter { implementation173 impl Ord for DropCounter { implementation179 impl Drop for DropCounter { implementation
32 pub struct DropCounter<'a> { struct33 count: &'a mut i3236 impl<'a> DropCounter<'a> { implementation47 impl<'a> Drop for DropCounter<'a> { implementation
317 struct DropCounter; in array_map_drop_safety() struct318 impl Drop for DropCounter { in array_map_drop_safety() implementation517 struct DropCounter<'a>(usize, &'a Cell<usize>); in array_intoiter_advance_by() struct518 impl Drop for DropCounter<'_> { in array_intoiter_advance_by() implementation570 struct DropCounter<'a>(usize, &'a Cell<usize>); in array_intoiter_advance_back_by() struct571 impl Drop for DropCounter<'_> { in array_intoiter_advance_back_by() implementation699 struct DropCounter<'a>(usize, &'a AtomicUsize); in array_map_drops_unmapped_elements_on_panic() struct700 impl Drop for DropCounter<'_> { in array_map_drops_unmapped_elements_on_panic() implementation
113 struct DropCounter<'a>(&'a Cell<usize>); in test_repeat_n_drop() struct114 impl Drop for DropCounter<'_> { in test_repeat_n_drop() implementation
167 struct DropCounter<'a> { struct171 impl Drop for DropCounter<'_> { argument
1047 struct DropCounter<'a> { struct1051 impl Drop for DropCounter<'_> { implementation
22 struct DropCounter<'a> { struct26 impl Drop for DropCounter<'_> { implementation