Home
last modified time | relevance | path

Searched refs:find_field_static (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h3/qpack/
H A Ddecoder.rs457 .find_field_static(index) in search_indexed()
H A Dtable.rs75 pub(crate) fn find_field_static(&self, index: usize) -> Option<(Field, String)> { in find_field_static() method