Home
last modified time | relevance | path

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

/external/rust/crates/quiche/src/
Dstream.rs1547 pub struct RangeBuf { struct
1571 impl RangeBuf { implementation
1573 pub fn from(buf: &[u8], off: u64, fin: bool) -> RangeBuf { in from()
1615 pub fn split_off(&mut self, at: usize) -> RangeBuf { in split_off()
1640 impl std::ops::Deref for RangeBuf { implementation
1648 impl Ord for RangeBuf { implementation
1655 impl PartialOrd for RangeBuf { implementation
1661 impl PartialEq for RangeBuf { implementation