Home
last modified time | relevance | path

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

/external/rust/crates/hashbrown/src/raw/
Dmod.rs1487 new_table.clone_from_spec(self, |new_table| { in clone()
1525 self.clone_from_spec(source, |self_| { in clone_from()
1536 unsafe fn clone_from_spec(&mut self, source: &Self, on_panic: impl FnMut(&mut Self)); in clone_from_spec() method
1541 unsafe fn clone_from_spec(&mut self, source: &Self, on_panic: impl FnMut(&mut Self)) {
1549 unsafe fn clone_from_spec(&mut self, source: &Self, _on_panic: impl FnMut(&mut Self)) { in clone_from_spec() method