Home
last modified time | relevance | path

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

/commonlibrary/rust/ylong_http/ylong_http/src/h2/hpack/representation/
Dmod.rs77 pub(crate) enum Representation { enum
231 impl Representation { impl
Ddecoder.rs46 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/
Ddecoder.rs78 ) -> 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/
Dmod.rs230 pub(crate) enum Representation { enum