Searched defs:RangeBuf (Results 1 – 1 of 1) sorted by relevance
994 pub fn pop(&mut self, max_data: usize) -> Result<RangeBuf> { in pop()1141 pub struct RangeBuf { struct1156 impl RangeBuf { argument1158 pub(crate) fn from(buf: &[u8], off: u64, fin: bool) -> RangeBuf { in from()1198 pub fn split_off(&mut self, at: usize) -> RangeBuf { in split_off()1212 impl std::ops::Deref for RangeBuf { implementation1220 impl std::ops::DerefMut for RangeBuf { implementation1226 impl Ord for RangeBuf { implementation1233 impl PartialOrd for RangeBuf { implementation1239 impl PartialEq for RangeBuf { implementation