Searched defs:collect_in_place (Results 1 - 1 of 1) sorted by relevance
/third_party/rust/crates/memchr/bench/data/code/ | ||
H A D | rust-library.rs | 46765 fn collect_in_place(&mut self, dst: *mut T, end: *const T) -> usize; collect_in_place() functions 46791 fn collect_in_place(&mut self, dst_buf: *mut T, end: *const T) -> usize { collect_in_place() functions [all...] |
Completed in 61 milliseconds