Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h3/qpack/
H A Dmod.rs65 pub(crate) fn from_u8(byte: u8) -> Self { in from_u8() method
96 pub(crate) fn from_u8(byte: u8) -> Self { in from_u8() method
149 pub(crate) fn from_u8(byte: u8) -> Self { in from_u8() method
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h2/hpack/representation/
H A Dmod.rs278 pub(crate) fn from_u8(byte: u8) -> Self { in from_u8() method
H A Ddecoder.rs286 let repr = PrefixBit::from_u8(byte); in decode()
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h3/qpack/format/
H A Ddecoder.rs441 let prefix = <$prefix_type>::from_u8(buf[buf_index - 1]);
H A Dencoder.rs823 let inst = DecoderInstPrefixBit::from_u8(byte); in decode()