Home
last modified time | relevance | path

Searched refs:prefix_index_mask (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h2/hpack/representation/
H A Dmod.rs244 pub(crate) const fn prefix_index_mask(&self) -> PrefixIndexMask { in prefix_index_mask() method
290 pub(crate) fn prefix_index_mask(&self) -> PrefixIndexMask { in prefix_index_mask() method
H A Ddecoder.rs287 let mask = repr.prefix_index_mask(); in decode()
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h3/qpack/
H A Dmod.rs73 pub(crate) fn prefix_index_mask(&self) -> PrefixMask { in prefix_index_mask() method
105 pub(crate) fn prefix_index_mask(&self) -> PrefixMask { in prefix_index_mask() method
161 pub(crate) fn prefix_index_mask(&self) -> PrefixMask { in prefix_index_mask() method
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h3/qpack/format/
H A Ddecoder.rs443 let mask = prefix.prefix_index_mask();
H A Dencoder.rs824 let mask = inst.prefix_index_mask(); in decode()