Home
last modified time | relevance | path

Searched refs:IndexedWithPostIndex (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h3/qpack/
H A Ddecoder.rs232 Some((offset, Representation::IndexedWithPostIndex { index })) => { in decode_repr()
234 searcher.search(Representation::IndexedWithPostIndex { index })?; in decode_repr()
448 Representation::IndexedWithPostIndex { index } => self.search_post_indexed(index), in search()
H A Dmod.rs251 IndexedWithPostIndex { enumerator
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h3/qpack/format/
H A Ddecoder.rs303 DecResult::Decoded((buf_index, Representation::IndexedWithPostIndex { index })) in decode()