Home
last modified time | relevance | path

Searched refs:repr_state (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h3/qpack/
H A Ddecoder.rs69 repr_state: Option<ReprDecodeState>, field
98 repr_state: None, in new()
196 match decoder.decode(&buf[cnt..], &mut self.repr_state)? { in decode_repr()
309 if self.repr_state.is_some() { in finish()
724 get_state(&decoder.repr_state); in ut_qpack_decoder()
803 get_state(&decoder.repr_state); in ut_qpack_decoder()
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h3/qpack/format/
H A Ddecoder.rs85 repr_state: &mut Option<ReprDecodeState>, in decode()
92 match repr_state in decode()
102 *repr_state = Some(state); in decode()
109 *repr_state = Some(ReprDecodeState::ReprIndex(ReprIndex::new())); in decode()