Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h3/qpack/format/
H A Ddecoder.rs46 inst_state: &mut Option<InstDecodeState>, in decode()
239 fn decode(self, buf: &[u8]) -> DecResult<(usize, EncoderInstruction), InstDecodeState> { in decode() argument
758 fn decode(self, buf: &[u8]) -> DecResult<(usize, EncoderInstruction), InstDecodeState> { in decode() argument
H A Dencoder.rs752 ins_state: &mut Option<InstDecodeState>, in decode()
794 fn decode(self, buf: &mut &[u8]) -> DecResult<DecoderInstruction, InstDecodeState> { in decode() argument