Home
last modified time | relevance | path

Searched refs:split_off (Results 1 – 4 of 4) sorted by relevance

/third_party/rust/crates/os_str_bytes/src/
Draw_str.rs1277 pub fn split_off(&mut self, at: usize) -> Self { in split_off() method
1280 Self(self.0.split_off(at)) in split_off()
/third_party/rust/crates/memchr/bench/data/code/
Drust-library.rs2650 let p = m.split_off(0); in test_split_off()
2661 let mut n = m.split_off(2); in test_split_off()
2675 let mut n = m.split_off(4); in test_split_off()
2691 let p = m.split_off(1); in test_split_off()
5878 let empty: String = split.split_off(orig.len());
5887 let _ = split.split_off(orig.len() + 1);
5894 let _broken_mountain = shan.split_off(1);
5901 let cd = ab.split_off(2);
5911 let go = nihon.split_off("日本".len());
7404 let vec2 = vec.split_off(4);
[all …]
/third_party/rust/crates/syn/src/
Dlit.rs1558 let suffix = digits.split_off(read); in parse_lit_float()
/third_party/rust/crates/bindgen/bindgen/ir/
Ditem.rs1949 path = path.split_off(split_idx); in namespace_aware_canonical_path()