Searched defs:ReprDecodeState (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h2/hpack/representation/ |
H A D | decoder.rs | 168 fn decode(self, buf: &mut &[u8]) -> DecResult<Representation, ReprDecodeState> { in decode() argument 206 fn decode(self, buf: &mut &[u8]) -> DecResult<Representation, ReprDecodeState> { in decode() argument 235 fn decode(self, buf: &mut &[u8]) -> DecResult<Representation, ReprDecodeState> { in decode() argument 530 fn decode(self) -> DecResult<Representation, ReprDecodeState> { in decode() argument
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h3/qpack/format/ |
H A D | decoder.rs | 85 repr_state: &mut Option<ReprDecodeState>, in decode() 210 fn decode(self, buf: &[u8]) -> DecResult<(usize, Representation), ReprDecodeState> { in decode() argument 297 fn decode(self, buf: &[u8]) -> DecResult<(usize, Representation), ReprDecodeState> { in decode() argument 806 fn decode(self, buf: &[u8]) -> DecResult<(usize, Representation), ReprDecodeState> { in decode() argument
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h3/qpack/ |
H A D | decoder.rs | 610 fn get_state(state: &Option<ReprDecodeState>) { in ut_qpack_decoder()
|