Home
last modified time | relevance | path

Searched refs:clear_no_drop (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/hashbrown/src/raw/
Dmod.rs581 pub fn clear_no_drop(&mut self) { in clear_no_drop() method
582 self.table.clear_no_drop() in clear_no_drop()
589 let mut self_ = guard(self, |self_| self_.clear_no_drop()); in clear()
1433 fn clear_no_drop(&mut self) { in clear_no_drop() method
1527 self_.clear_no_drop() in clone_from()
2118 self.table.clear_no_drop(); in drop()
/external/rust/crates/hashbrown/src/external_trait_impls/rayon/
Draw.rs137 table.as_mut().clear_no_drop() in drive_unindexed()