Home
last modified time | relevance | path

Searched refs:set_parts (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h3/qpack/
H A Dencoder.rs162 pub fn set_parts(&mut self, parts: Parts) { in set_parts() method
316 _encoder.set_parts(parts);
503 encoder.set_parts(parts); in test_ack()
530 encoder.set_parts(parts); in encode_post_name()
542 encoder.set_parts(parts); in encode_post_name()
575 encoder.set_parts(parts); in test_indexing_with_litreal()
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h2/hpack/
H A Dencoder.rs43 pub(crate) fn set_parts(&mut self, parts: Parts) { in set_parts() method
44 self.holder.set_parts(parts) in set_parts()
86 _encoder.set_parts(parts); in ut_hpack_encoder()
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h3/
H A Dencoder.rs95 self.qpack_encoder.set_parts(h.get_part()); in set_frame()
396 self.qpack_encoder.set_parts(headers.get_parts()); in encode_header()
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h2/hpack/representation/
H A Dencoder.rs141 pub(crate) fn set_parts(&mut self, parts: Parts) { in set_parts() method
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h2/
H A Dencoder.rs150 self.hpack_encoder.set_parts(headers.get_parts()); in set_frame()