Home
last modified time | relevance | path

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

/external/rust/crates/tokio/src/io/
Dread_buf.rs267 .copy_from_nonoverlapping(buf.as_ptr(), amt); in put_slice()
/external/rust/crates/hashbrown/src/raw/
Dmod.rs363 pub unsafe fn copy_from_nonoverlapping(&self, other: &Self) { in copy_from_nonoverlapping() method
364 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()