Home
last modified time | relevance | path

Searched defs:TableSearcher (Results 1 – 2 of 2) sorted by relevance

/commonlibrary/rust/ylong_http/ylong_http/src/h2/hpack/
Dtable.rs19 pub(crate) struct TableSearcher<'a> { struct
23 impl<'a> TableSearcher<'a> { impl
/commonlibrary/rust/ylong_http/ylong_http/src/h3/qpack/
Dtable.rs33 pub(crate) struct TableSearcher<'a> { struct
37 impl<'a> TableSearcher<'a> { implementation