Searched refs:clone_from (Results 1 - 5 of 5) sorted by relevance
/third_party/rust/crates/once_cell/src/ |
H A D | lib.rs | 419 fn clone_from(&mut self, source: &Self) { in clone_from() functions 421 (Some(this), Some(source)) => this.clone_from(source), in clone_from() 891 fn clone_from(&mut self, source: &Self) { in clone_from() functions 893 (Some(this), Some(source)) => this.clone_from(source), in clone_from()
|
/third_party/rust/crates/strsim-rs/src/ |
H A D | lib.rs | 304 prev_two_distances.clone_from(&prev_distances); in osa_distance() 305 prev_distances.clone_from(&curr_distances); in osa_distance()
|
/third_party/rust/crates/either/src/ |
H A D | lib.rs | 142 fn clone_from(&mut self, source: &Self) { in clone_from() functions 144 (Left(dest), Left(source)) => dest.clone_from(source), in clone_from() 145 (Right(dest), Right(source)) => dest.clone_from(source), in clone_from()
|
/third_party/rust/crates/syn/src/ |
H A D | punctuated.rs | 373 fn clone_from(&mut self, other: &Self) { in clone_from() functions 374 self.inner.clone_from(&other.inner); in clone_from() 375 self.last.clone_from(&other.last); in clone_from()
|
/third_party/rust/crates/memchr/bench/data/code/ |
H A D | rust-library.rs | 835 dst.clone_from(&src); in do_bench_clone_from() 6797 v.clone_from(&three); in test_clone_from() 6801 v.clone_from(&three); in test_clone_from() 6805 v.clone_from(&two); in test_clone_from() 6809 v.clone_from(&three); in test_clone_from() 9048 c1.clone_from(&c2); in check_cow_clone_from() 9051 c3.clone_from(&c2); in check_cow_clone_from() 9759 v.clone_from(&expected); in test_rotate_left() 9794 v.clone_from(&expected); in test_rotate_right() 13803 copy.clone_from( in box_clone_and_clone_from_equivalence() 17928 fn clone_from(&mut self, source: &Self) { clone_from() functions 19017 fn clone_from(&mut self, source: &Self) { clone_from() functions 28683 fn clone_from(&mut self, other: &Self) { clone_from() functions 32241 fn clone_from(&mut self, other: &Self) { clone_from() functions 40457 fn clone_from(&mut self, other: &Self) { clone_from() functions 44588 fn clone_from(&mut self, source: &Self) { clone_from() functions 49160 fn clone_from(&mut self, other: &Self) { clone_from() functions 51244 fn clone_from(&mut self, source: &Self) { clone_from() functions 51754 fn clone_from(&mut self, other: &Self) { clone_from() functions [all...] |
Completed in 39 milliseconds