Home
last modified time | relevance | path

Searched defs:Representation (Results 1 – 2 of 2) 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()