Home
last modified time | relevance | path

Searched defs:searcher (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h3/qpack/
H A Ddecoder.rs193 let mut searcher = Searcher::new(self.field_list_size, self.table, &mut self.lines); in decode_repr() localVariable
406 let searcher = TableSearcher::new(self.table); in get_field_by_name_and_value() localVariable
543 let searcher = TableSearcher::new(self.table); in get_field_by_name_and_value() localVariable
554 let searcher = TableSearcher::new(self.table); in get_field_by_name_and_value() localVariable
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h2/hpack/
H A Ddecoder.rs133 let searcher = TableSearcher::new(self.table); in update_indexed() localVariable
187 let searcher = TableSearcher::new(self.table); in get_header_by_name_and_value() localVariable
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h2/hpack/representation/
H A Dencoder.rs90 let searcher = TableSearcher::new(self.table); in encode() localVariable
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h3/qpack/format/
H A Dencoder.rs91 let searcher = TableSearcher::new(self.table); in encode() localVariable