Home
last modified time | relevance | path

Searched defs:split_off (Results 1 - 2 of 2) sorted by relevance

/third_party/rust/crates/os_str_bytes/src/
H A Draw_str.rs1277 pub fn split_off(&mut self, at: usize) -> Self { in split_off() functions
/third_party/rust/crates/memchr/bench/data/code/
H A Drust-library.rs17679 pub fn split_off(&mut self, at: usize) -> String { split_off() functions
27803 pub fn split_off(&mut self, at: usize) -> LinkedList<T> { split_off() functions
30953 pub fn split_off<Q: ?Sized + Ord>(&mut self, key: &Q) -> Self split_off() functions
32125 pub fn split_off<Q: ?Sized + Ord>(&mut self, key: &Q) -> Self split_off() functions
33103 pub fn split_off<Q: ?Sized + Ord>(&mut self, key: &Q) -> Self split_off() functions
36838 fn split_off<T: Ord>(v: &mut BTreeMap<Box<T>, ()>, t: &T) { test_borrow() functions
42326 pub fn split_off(&mut self, at: usize) -> Self { split_off() functions
48641 pub fn split_off(&mut self, at: usize) -> Self split_off() functions
[all...]

Completed in 26 milliseconds