Searched refs:guard_self (Results 1 – 1 of 1) sorted by relevance
1619 let guard_self = guard(&mut *self, |self_| { in clone_from_with_hasher() localVariable1636 let (index, _) = guard_self.table.prepare_insert_slot(hash); in clone_from_with_hasher()1637 guard_self.bucket(index).write(item); in clone_from_with_hasher()1642 mem::forget(guard_self); in clone_from_with_hasher()