Home
last modified time | relevance | path

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

/commonlibrary/rust/ylong_http/ylong_http/src/h3/qpack/
Dmod.rs224 pub(crate) enum DecoderInstruction { enum
/commonlibrary/rust/ylong_http/ylong_http/src/h3/qpack/format/
Dencoder.rs672 ) -> Result<Option<DecoderInstruction>, QpackError> { in decode()
714 fn decode(self, buf: &mut &[u8]) -> DecResult<DecoderInstruction, InstDecodeState> { in decode()