Home
last modified time | relevance | path

Searched refs:TableSearcher (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h3/qpack/
H A Ddecoder.rs30 use crate::h3::qpack::table::{DynamicTable, Field, TableSearcher};
389 let table_searcher = TableSearcher::new(self.table); in duplicate()
406 let searcher = TableSearcher::new(self.table); in get_field_by_name_and_value()
454 let table_searcher = TableSearcher::new(self.table); in search_indexed()
473 let table_searcher = TableSearcher::new(self.table); in search_post_indexed()
543 let searcher = TableSearcher::new(self.table); in get_field_by_name_and_value()
554 let searcher = TableSearcher::new(self.table); in get_field_by_name_and_value()
H A Dtable.rs33 pub(crate) struct TableSearcher<'a> { struct
37 impl<'a> TableSearcher<'a> { implementation
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h2/hpack/
H A Ddecoder.rs20 use crate::h2::hpack::table::{DynamicTable, Header, TableSearcher};
133 let searcher = TableSearcher::new(self.table); in update_indexed()
187 let searcher = TableSearcher::new(self.table); in get_header_by_name_and_value()
H A Dtable.rs19 pub(crate) struct TableSearcher<'a> { struct
23 impl<'a> TableSearcher<'a> { argument
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h2/hpack/representation/
H A Dencoder.rs19 use crate::h2::hpack::table::{DynamicTable, Header, TableIndex, TableSearcher};
90 let searcher = TableSearcher::new(self.table); in encode()
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h3/qpack/format/
H A Dencoder.rs21 use crate::h3::qpack::table::{DynamicTable, Field, TableIndex, TableSearcher};
91 let searcher = TableSearcher::new(self.table); in encode()