Home
last modified time | relevance | path

Searched refs:Index (Results 1 - 8 of 8) sorted by relevance

/commonlibrary/rust/ylong_http/ylong_http/src/h2/hpack/representation/
H A Ddecoder.rs52 // If `self.state` is `None`, start decoding from the `Index` state.
56 .unwrap_or_else(|| ReprDecodeState::Index(Index::new()))
123 // ┌ `Index` ─ `IndexInner` ┬ `FirstByte`
131 // `ReprDecodeState` contains 3 states: `Index`, `NameString` and `ValueString`.
135 Index,
154 /// `Index` is responsible for decoding the starting index part.
155 pub(crate) struct Index {
159 impl Index { impls
183 ValueString::new(repr, Name::Index(inde in decode()
[all...]
H A Dmod.rs93 /// | 1 | Index (7+) |
112 /// | 0 | 1 | Index (6+) |
151 /// | 0 | 0 | 0 | 0 | Index (4+) |
190 /// | 0 | 0 | 0 | 1 | Index (4+) |
328 Index(usize),
/commonlibrary/rust/ylong_json/src/value/
H A Dindex.rs20 pub trait Index: private::IndexSealed { traits
31 impl Index for usize {
146 impl Index for str {
266 impl Index for String {
267 /// Same as 'Index for str'.
272 /// Same as 'Index for str'. in index_into()
277 /// Same as 'Index for str'. in index_into()
283 impl<'a, T> Index for &'a T impls
285 T: ?Sized + Index,
287 /// Implements Index fo
[all...]
/commonlibrary/rust/ylong_json/src/
H A Dlib.rs63 pub use value::{Array, Index, JsonValue, Number, Object};
H A Dvalue.rs20 pub use index::Index;
652 /// Trys to remove a member form an Object or Array. If the member is found by Index, in fmt()
668 pub fn remove<I: index::Index>(&mut self, index: I) -> Option<JsonValue> { in fmt()
874 impl<I: index::Index> core::ops::Index<I> for JsonValue {
882 impl<I: index::Index> core::ops::IndexMut<I> for JsonValue {
/commonlibrary/rust/ylong_http/ylong_http/src/h3/qpack/format/
H A Ddecoder.rs243 Name::Index(index), in decode()
297 Name::Index(index), in decode()
311 Name::Index(index), in decode()
434 // Index part value is longer than index(i.e. use all 1 to represent), so it in decode()
719 Index(usize),
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/util/
H A Dslots.rs20 // Index tag of empty slot, vector will panic if the new capacity exceeds
243 impl<T> ops::Index<usize> for Slots<T> {
/commonlibrary/rust/ylong_http/ylong_http/src/h3/qpack/
H A Ddecoder.rs414 Name::Index(index) => { in get_field_by_name_and_value()
554 Name::Index(index) => { in get_field_by_name_and_value()

Completed in 7 milliseconds