Home
last modified time | relevance | path

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

/commonlibrary/rust/ylong_http/ylong_http/src/h3/qpack/format/
Ddecoder.rs39 inst_state: &mut Option<InstDecodeState>, in decode()
229 fn decode(self, buf: &[u8]) -> DecResult<(usize, EncoderInstruction), InstDecodeState> { in decode() argument
749 fn decode(self, buf: &[u8]) -> DecResult<(usize, EncoderInstruction), InstDecodeState> { in decode() argument
Dencoder.rs671 ins_state: &mut Option<InstDecodeState>, in decode()
714 fn decode(self, buf: &mut &[u8]) -> DecResult<DecoderInstruction, InstDecodeState> { in decode() argument