Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h3/qpack/format/
H A Ddecoder.rs178 (usize, EncoderInstPrefixBit, MidBit, usize),
246 EncoderInstPrefixBit::INSERTWITHINDEX, in decode()
251 EncoderInstPrefixBit::INSERTWITHINDEX, in decode()
260 EncoderInstPrefixBit::INSERTWITHLITERAL, in decode()
265 EncoderInstPrefixBit::INSERTWITHLITERAL, in decode()
466 EncoderInstPrefixBit,
526 trailing_bytes_decoder!(InstTrailingBytes, EncoderInstPrefixBit, InstIndexInner);
642 EncoderInstPrefixBit,
733 inst: EncoderInstPrefixBit,
740 fn new(inst: EncoderInstPrefixBit, mid_bit: MidBit, name: Name) -> Self { in new() argument
[all …]
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h3/qpack/
H A Dmod.rs33 pub(crate) struct EncoderInstPrefixBit(u8); struct
90 impl EncoderInstPrefixBit { impl
H A Ddecoder.rs20 DeltaBase, EncoderInstPrefixBit, EncoderInstruction, MidBit, ReprPrefixBit, Representation,