Home
last modified time | relevance | path

Searched refs:inst_state (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h3/qpack/
H A Dencoder.rs78 inst_state: Option<InstDecodeState>, field
118 inst_state: None, in new()
194 match decoder.decode(&mut self.inst_state)? { in decode_ins()
H A Ddecoder.rs71 inst_state: Option<InstDecodeState>, field
99 inst_state: None, in new()
129 match decoder.decode(&buf[cnt..], &mut self.inst_state)? { in decode_ins()
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h3/qpack/format/
H A Ddecoder.rs46 inst_state: &mut Option<InstDecodeState>, in decode()
52 match inst_state in decode()
62 *inst_state = Some(state); in decode()