Searched refs:DeltaBase (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h3/qpack/ |
H A D | mod.rs | 30 pub(crate) struct DeltaBase(usize); struct 244 delta_base: DeltaBase,
|
H A D | decoder.rs | 20 DeltaBase, EncoderInstPrefixBit, EncoderInstruction, MidBit, ReprPrefixBit, Representation,
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h3/qpack/format/ |
H A D | decoder.rs | 21 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()
|