Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h2/
H A Dencoder.rs1380 let mut new_parts = Parts::new(); in ut_headers_frame_encoding() localVariable
1381 new_parts.pseudo.set_method(Some("GET".to_string())); in ut_headers_frame_encoding()
1383 new_parts.pseudo.set_path(Some("/code".to_string())); in ut_headers_frame_encoding()
1384 new_parts in ut_headers_frame_encoding()
1538 let mut new_parts = Parts::new(); in ut_continue_frame_encoding() localVariable
1539 new_parts.pseudo.set_method(Some("GET".to_string())); in ut_continue_frame_encoding()
1541 new_parts.pseudo.set_path(Some("/code".to_string())); in ut_continue_frame_encoding()
1542 new_parts in ut_continue_frame_encoding()
1837 let mut new_parts = Parts::new(); in ut_encode_continuation_frames() localVariable
1838 assert!(new_parts.is_empty()); in ut_encode_continuation_frames()
[all …]