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 D | decoder.rs | 46 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 D | encoder.rs | 752 ins_state: &mut Option<InstDecodeState>, in decode() 794 fn decode(self, buf: &mut &[u8]) -> DecResult<DecoderInstruction, InstDecodeState> { in decode() argument
|