Home
last modified time | relevance | path

Searched defs:ReprPrefixBit (Results 1 – 3 of 3) sorted by relevance

/commonlibrary/rust/ylong_http/ylong_http/src/h3/qpack/
Dmod.rs39 pub(crate) struct ReprPrefixBit(u8); struct
140 impl ReprPrefixBit { implementation
Ddecoder.rs538 repr: ReprPrefixBit, in get_field_by_name_and_value()
/commonlibrary/rust/ylong_http/ylong_http/src/h3/qpack/format/
Ddecoder.rs793 fn new(repr: ReprPrefixBit, mid_bit: MidBit, name: Name) -> Self { in new()
797 fn from_inner(repr: ReprPrefixBit, mid_bit: MidBit, name: Name, inner: LiteralString) -> Self { in from_inner()