Searched refs:Indexed (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h2/hpack/representation/ |
H A D | decoder.rs | 638 { Indexed => 2 } in ut_repr_decoder() 644 { Indexed => 2 }, in ut_repr_decoder() 645 { Indexed => 6 }, in ut_repr_decoder() 646 { Indexed => 4 }, in ut_repr_decoder() 653 { Indexed => 2 }, in ut_repr_decoder() 654 { Indexed => 6 }, in ut_repr_decoder() 655 { Indexed => 4 }, in ut_repr_decoder() 663 { Indexed => 2 }, in ut_repr_decoder() 664 { Indexed => 7 }, in ut_repr_decoder() 665 { Indexed => 5 }, in ut_repr_decoder() [all …]
|
H A D | mod.rs | 96 Indexed { index: usize }, enumerator 235 Self::Indexed { .. } => PrefixBit::INDEXED, in prefix_bit() 246 Self::Indexed { .. } => PrefixIndexMask::INDEXED, in prefix_index_mask()
|
H A D | encoder.rs | 92 Some(TableIndex::Header(index)) => Indexed::new(index).encode(&mut dst[cur..]), in encode() 217 Indexed(Indexed), enumerator 229 Self::Indexed(s) => s.encode(dst), in encode() 240 pub(crate) struct Indexed { struct 243 impl Indexed { implementation 257 .map_err(|e| ReprEncodeState::Indexed(Indexed::from(e))) in encode() 592 let repr = ReprEncodeState::Indexed(Indexed::new(42)); in ut_repr_encode_state_encode()
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h3/qpack/format/ |
H A D | encoder.rs | 99 Indexed::new(index, true).encode(&mut stream_buffer[cur_stream..]); in encode() 250 stream_result = Indexed::new(base - index - 1, false) in encode() 332 Indexed(Indexed), enumerator 386 pub(crate) struct Indexed { struct 390 impl Indexed { implementation 412 .map_err(|e| ReprEncodeState::Indexed(Indexed::from(e))) in encode()
|
H A D | decoder.rs | 300 DecResult::Decoded((buf_index, Representation::Indexed { mid_bit, index })) in decode()
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h3/qpack/ |
H A D | decoder.rs | 228 Some((offset, Representation::Indexed { mid_bit, index })) => { in decode_repr() 230 searcher.search(Representation::Indexed { mid_bit, index })?; in decode_repr() 447 Representation::Indexed { mid_bit, index } => self.search_indexed(mid_bit, index), in search()
|
H A D | mod.rs | 247 Indexed { enumerator
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h2/hpack/ |
H A D | decoder.rs | 115 Representation::Indexed { index } => self.update_indexed(index), in update()
|
/ohos5.0/docs/en/application-dev/quick-start/ |
H A D | typescript-to-arkts-migration-guide.md | 586 ### Recipe: Indexed Signatures Are Not Supported 810 ### Recipe: Indexed Access Types Are Not Supported 818 ### Recipe: Indexed Access Is Not Supported for Fields 829 To access a field, use the `obj.field` syntax. Indexed access (`obj["field"]`)
|