Home
last modified time | relevance | path

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

/commonlibrary/rust/ylong_http/ylong_http/src/h3/qpack/format/
Ddecoder.rs526 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/
Ddecoder.rs360 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