Searched refs:copy_from_nonoverlapping (Results 1 – 2 of 2) sorted by relevance
267 .copy_from_nonoverlapping(buf.as_ptr(), amt); in put_slice()
363 pub unsafe fn copy_from_nonoverlapping(&self, other: &Self) { in copy_from_nonoverlapping() method364 self.as_ptr().copy_from_nonoverlapping(other.as_ptr(), 1); in copy_from_nonoverlapping()760 guard.bucket(new_i).copy_from_nonoverlapping(&item); in rehash_in_place()801 new_table.bucket(index).copy_from_nonoverlapping(&item); in resize()2123 .copy_from_nonoverlapping(&*self.table, 1); in drop()