Searched defs:Representation (Results 1 – 4 of 4) sorted by relevance
| /commonlibrary/rust/ylong_http/ylong_http/src/h2/hpack/representation/ |
| D | mod.rs | 77 pub(crate) enum Representation { enum 231 impl Representation { impl
|
| D | decoder.rs | 46 pub(crate) fn decode(&mut self) -> Result<Option<Representation>, H2Error> { in decode() 168 fn decode(self, buf: &mut &[u8]) -> DecResult<Representation, ReprDecodeState> { in decode() 206 fn decode(self, buf: &mut &[u8]) -> DecResult<Representation, ReprDecodeState> { in decode() 235 fn decode(self, buf: &mut &[u8]) -> DecResult<Representation, ReprDecodeState> { in decode() 530 fn decode(self) -> DecResult<Representation, ReprDecodeState> { in decode()
|
| /commonlibrary/rust/ylong_http/ylong_http/src/h3/qpack/format/ |
| D | decoder.rs | 78 ) -> Result<Option<(usize, Representation)>, QpackError> { in decode() argument 200 fn decode(self, buf: &[u8]) -> DecResult<(usize, Representation), ReprDecodeState> { in decode() argument 285 fn decode(self, buf: &[u8]) -> DecResult<(usize, Representation), ReprDecodeState> { in decode() argument 797 fn decode(self, buf: &[u8]) -> DecResult<(usize, Representation), ReprDecodeState> { in decode() argument
|
| /commonlibrary/rust/ylong_http/ylong_http/src/h3/qpack/ |
| D | mod.rs | 230 pub(crate) enum Representation { enum
|