Home
last modified time | relevance | path

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

/external/rust/crates/quiche/src/
Dstream.rs994 pub fn pop(&mut self, max_data: usize) -> Result<RangeBuf> { in pop()
1141 pub struct RangeBuf { struct
1156 impl RangeBuf { argument
1158 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 { implementation
1220 impl std::ops::DerefMut for RangeBuf { implementation
1226 impl Ord for RangeBuf { implementation
1233 impl PartialOrd for RangeBuf { implementation
1239 impl PartialEq for RangeBuf { implementation