Home
last modified time | relevance | path

Searched defs:get_parts (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h2/hpack/
H A Ddecoder.rs270 macro_rules! get_parts { in ut_hpack_decoder() macro
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h3/qpack/
H A Ddecoder.rs642 macro_rules! get_parts { in ut_qpack_decoder() macro
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h2/
H A Dframe.rs335 pub(crate) fn get_parts(&self) -> Parts { in get_parts() method