Searched refs:Representation (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h2/hpack/representation/ |
H A D | decoder.rs | 18 use crate::h2::hpack::representation::{Name, PrefixBit, Representation}; 46 pub(crate) fn decode(&mut self) -> Result<Option<Representation>, H2Error> { in decode() argument 134 Representation, 176 DecResult::Decoded(Representation::Indexed { index }) in decode() 179 DecResult::Decoded(Representation::SizeUpdate { max_size }) in decode() 238 DecResult::Decoded(Representation::LiteralWithIndexing { in decode() 244 DecResult::Decoded(Representation::LiteralWithoutIndexing { in decode() 250 DecResult::Decoded(Representation::LiteralNeverIndexed { in decode() 530 fn decode(self) -> DecResult<Representation, ReprDecodeState> { in decode() argument 540 _ => Representation::LiteralNeverIndexed { in decode() [all …]
|
H A D | mod.rs | 77 pub(crate) enum Representation { enum 231 impl Representation { implementation
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h3/qpack/format/ |
H A D | decoder.rs | 22 Representation, RequireInsertCount, 86 ) -> Result<Option<(usize, Representation)>, H3errorQpack> { in decode() argument 170 (usize, Representation), 210 fn decode(self, buf: &[u8]) -> DecResult<(usize, Representation), ReprDecodeState> { in decode() argument 214 Representation::FieldSectionPrefix { in decode() 297 fn decode(self, buf: &[u8]) -> DecResult<(usize, Representation), ReprDecodeState> { in decode() argument 652 Representation, 806 fn decode(self, buf: &[u8]) -> DecResult<(usize, Representation), ReprDecodeState> { in decode() argument 811 Representation::LiteralWithIndexing { in decode() 821 Representation::LiteralWithPostIndexing { in decode() [all …]
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h3/qpack/ |
H A D | decoder.rs | 20 DeltaBase, EncoderInstPrefixBit, EncoderInstruction, MidBit, ReprPrefixBit, Representation, 199 Representation::FieldSectionPrefix { in decode_repr() 228 Some((offset, Representation::Indexed { mid_bit, index })) => { in decode_repr() 230 searcher.search(Representation::Indexed { mid_bit, index })?; in decode_repr() 232 Some((offset, Representation::IndexedWithPostIndex { index })) => { in decode_repr() 234 searcher.search(Representation::IndexedWithPostIndex { index })?; in decode_repr() 238 Representation::LiteralWithIndexing { in decode_repr() 250 Representation::LiteralWithPostIndexing { in decode_repr() 261 Representation::LiteralWithLiteralName { in decode_repr() 445 fn search(&mut self, repr: Representation) -> Result<(), H3errorQpack> { in search() [all …]
|
H A D | mod.rs | 229 pub(crate) enum Representation { enum
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h2/hpack/ |
H A D | decoder.rs | 18 Name, ReprDecStateHolder, ReprDecodeState, ReprDecoder, Representation, 113 fn update(&mut self, repr: Representation) -> Result<(), H2Error> { in update() 115 Representation::Indexed { index } => self.update_indexed(index), in update() 116 Representation::LiteralWithIndexing { name: n, value: v } => { in update() 119 Representation::LiteralWithoutIndexing { name: n, value: v } => { in update() 122 Representation::LiteralNeverIndexed { name: n, value: v } => { in update() 125 Representation::SizeUpdate { max_size } => { in update()
|
/ohos5.0/docs/en/contribute/ |
H A D | code-of-conduct.md | 51 Representation of a project may be further defined and clarified by project maintainers.
|
/ohos5.0/base/web/webview/ohos_nweb/prebuilts/ |
H A D | NOTICE | 9426 2.5. Representation 26276 2.5. Representation 54664 2.5. Representation 64885 2.5. Representation 79429 2.5. Representation 80110 2.5. Representation
|