Searched refs:DecoderInstPrefixBit (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h3/qpack/format/ |
H A D | encoder.rs | 22 use crate::h3::qpack::{DecoderInstPrefixBit, DecoderInstruction, EncoderInstruction, PrefixMask}; 778 (DecoderInstPrefixBit, usize), 796 DecResult::Decoded((DecoderInstPrefixBit::ACK, index)) => { in decode() 799 DecResult::Decoded((DecoderInstPrefixBit::STREAMCANCEL, index)) => { in decode() 802 DecResult::Decoded((DecoderInstPrefixBit::INSERTCOUNTINCREMENT, index)) => { in decode() 817 ) -> DecResult<(DecoderInstPrefixBit, usize), DecInstIndexInner> { in decode() argument 823 let inst = DecoderInstPrefixBit::from_u8(byte); in decode() 838 inst: DecoderInstPrefixBit, 843 fn new(inst: DecoderInstPrefixBit, index: IntegerDecoder) -> Self { in new() argument 849 ) -> DecResult<(DecoderInstPrefixBit, usize), DecInstIndexInner> { in decode() argument
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h3/qpack/ |
H A D | mod.rs | 36 pub(crate) struct DecoderInstPrefixBit(u8); struct 60 impl DecoderInstPrefixBit { impl
|