Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h3/qpack/
H A Dmod.rs30 pub(crate) struct DeltaBase(usize); struct
244 delta_base: DeltaBase,
H A Ddecoder.rs20 DeltaBase, EncoderInstPrefixBit, EncoderInstruction, MidBit, ReprPrefixBit, Representation,
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h3/qpack/format/
H A Ddecoder.rs21 DeltaBase, EncoderInstPrefixBit, EncoderInstruction, MidBit, PrefixMask, ReprPrefixBit,
157 (usize, RequireInsertCount, bool, DeltaBase),
354 ) -> DecResult<(usize, RequireInsertCount, bool, DeltaBase), FSPInner> { in decode() argument
421 DeltaBase(delta_base), in decode()