Home
last modified time | relevance | path

Searched refs:prefix_midbit_value (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h3/qpack/
H A Dmod.rs81 pub(crate) fn prefix_midbit_value(&self) -> MidBit { in prefix_midbit_value() method
114 pub(crate) fn prefix_midbit_value(&self, byte: u8) -> MidBit { in prefix_midbit_value() method
173 pub(crate) fn prefix_midbit_value(&self, byte: u8) -> MidBit { in prefix_midbit_value() method
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h3/qpack/format/
H A Ddecoder.rs442 let mid_bit = prefix.prefix_midbit_value(buf[buf_index - 1]);