Home
last modified time | relevance | path

Searched defs:split_off (Results 1 – 7 of 7) sorted by relevance

/external/rust/crates/tinyvec/src/
Dslicevec.rs559 pub fn split_off<'a>(&'a mut self, at: usize) -> SliceVec<'s, T> { in split_off() method
Dtinyvec.rs789 pub fn split_off(&mut self, at: usize) -> Self { in split_off() method
Darrayvec.rs798 pub fn split_off(&mut self, at: usize) -> Self { in split_off() method
/external/rust/crates/bytes/tests/
Dtest_bytes.rs158 fn split_off() { in split_off() function
/external/rust/crates/bytes/src/
Dbytes.rs352 pub fn split_off(&mut self, at: usize) -> Bytes { in split_off() method
Dbytes_mut.rs288 pub fn split_off(&mut self, at: usize) -> BytesMut { in split_off() method
/external/rust/crates/quiche/src/
Dstream.rs1198 pub fn split_off(&mut self, at: usize) -> RangeBuf { in split_off() method