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 D | decoder.rs | 21 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 D | decoder.rs | 20 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 D | mod.rs | 39 pub(crate) struct ReprPrefixBit(u8); struct 140 impl ReprPrefixBit { impl
|