Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h3/qpack/format/
H A Ddecoder.rs21 DeltaBase, EncoderInstPrefixBit, EncoderInstruction, MidBit, PrefixMask, ReprPrefixBit,
184 (usize, ReprPrefixBit, MidBit, usize),
307 ReprPrefixBit::LITERALWITHINDEXING, in decode()
316 ReprPrefixBit::LITERALWITHPOSTINDEXING, in decode()
321 ReprPrefixBit::LITERALWITHPOSTINDEXING, in decode()
330 ReprPrefixBit::LITERALWITHLITERALNAME, in decode()
472 ReprPrefixBit,
527 trailing_bytes_decoder!(ReprTrailingBytes, ReprPrefixBit, ReprIndexInner);
650 ReprPrefixBit,
786 repr: ReprPrefixBit,
[all …]
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h3/qpack/
H A Ddecoder.rs20 DeltaBase, EncoderInstPrefixBit, EncoderInstruction, MidBit, ReprPrefixBit, Representation,
492 ReprPrefixBit::LITERALWITHINDEXING, in search_literal_with_indexing()
509 ReprPrefixBit::LITERALWITHPOSTINDEXING, in search_literal_with_post_indexing()
526 ReprPrefixBit::LITERALWITHLITERALNAME, in search_listeral_with_literal()
538 repr: ReprPrefixBit, in get_field_by_name_and_value() argument
542 if repr == ReprPrefixBit::LITERALWITHINDEXING { in get_field_by_name_and_value()
H A Dmod.rs39 pub(crate) struct ReprPrefixBit(u8); struct
140 impl ReprPrefixBit { impl