Searched defs:repr (Results 1 – 5 of 5) sorted by relevance
| /commonlibrary/rust/ylong_http/ylong_http/src/h2/hpack/representation/ |
| D | encoder.rs | 592 let repr = ReprEncodeState::Indexed(Indexed::new(42)); in ut_repr_encode_state_encode() localVariable 596 let repr = ReprEncodeState::Indexing(Indexing::new(42, vec![0x0a, 0x0b, 0x0c], false)); in ut_repr_encode_state_encode() localVariable 600 let repr = ReprEncodeState::IndexingWithName(IndexingWithName::new( in ut_repr_encode_state_encode() localVariable 608 let repr = ReprEncodeState::WithoutIndexing(WithoutIndexing::new( in ut_repr_encode_state_encode() localVariable 616 let repr = ReprEncodeState::WithoutIndexingWithName(WithoutIndexingWithName::new( in ut_repr_encode_state_encode() localVariable 624 let repr = in ut_repr_encode_state_encode() localVariable 629 let repr = ReprEncodeState::NeverIndexedWithName(NeverIndexedWithName::new( in ut_repr_encode_state_encode() localVariable
|
| D | decoder.rs | 193 repr: PrefixBit, field 221 repr: PrefixBit, field 286 let repr = PrefixBit::from_u8(byte); in decode() localVariable 317 repr: PrefixBit, field 520 repr: PrefixBit, field
|
| /commonlibrary/rust/ylong_runtime/ylong_runtime/src/ |
| D | error.rs | 21 repr: Repr, field
|
| /commonlibrary/rust/ylong_http/ylong_http/src/h3/qpack/format/ |
| D | decoder.rs | 786 repr: ReprPrefixBit, field
|
| /commonlibrary/rust/ylong_http/ylong_http/src/h3/qpack/ |
| D | decoder.rs | 965 let repr = decode("ffffff01ffff01037fffff01") in ut_qpack_decoder() localVariable
|