Home
last modified time | relevance | path

Searched defs:DecoderInstPrefixBit (Results 1 – 2 of 2) sorted by relevance

/commonlibrary/rust/ylong_http/ylong_http/src/h3/qpack/
Dmod.rs33 pub(crate) struct DecoderInstPrefixBit(u8); struct
57 impl DecoderInstPrefixBit { impl
/commonlibrary/rust/ylong_http/ylong_http/src/h3/qpack/format/
Dencoder.rs737 ) -> DecResult<(DecoderInstPrefixBit, usize), DecInstIndexInner> { in decode()
764 fn new(inst: DecoderInstPrefixBit, index: IntegerDecoder) -> Self { in new()
770 ) -> DecResult<(DecoderInstPrefixBit, usize), DecInstIndexInner> { in decode()