Searched defs:LiteralString (Results 1 – 2 of 2) sorted by relevance
| /commonlibrary/rust/ylong_http/ylong_http/src/h3/qpack/format/ |
| D | decoder.rs | 526 fn decode(mut self, buf: &[u8]) -> DecResult<(usize, Vec<u8>), LiteralString> { in decode() argument 572 fn decode(mut self, buf: &[u8]) -> DecResult<(usize, Vec<u8>), LiteralString> { in decode() argument 651 fn decode(self, buf: &[u8]) -> DecResult<(usize, Vec<u8>), LiteralString> { in decode() argument 692 fn decode(mut self, buf: &[u8]) -> DecResult<(usize, Vec<u8>), LiteralString> { in decode() argument 739 inner: LiteralString, in from_inner()
|
| /commonlibrary/rust/ylong_http/ylong_http/src/h2/hpack/representation/ |
| D | decoder.rs | 360 fn decode(self, buf: &mut &[u8]) -> DecResult<Vec<u8>, LiteralString> { in decode() argument 406 fn decode(mut self, buf: &mut &[u8]) -> DecResult<Vec<u8>, LiteralString> { in decode() argument 449 fn decode(mut self, buf: &mut &[u8]) -> DecResult<Vec<u8>, LiteralString> { in decode() argument 493 fn decode(mut self, buf: &mut &[u8]) -> DecResult<Vec<u8>, LiteralString> { in decode() argument
|