Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h2/
H A Dencoder.rs1433 let mut third_buf = [0u8; 6]; in ut_settings_frame_encoding() localVariable
1439 let third_encoded = encoder.encode(&mut third_buf).unwrap(); in ut_settings_frame_encoding()
1468 let actual_encoded_settings = [&second_buf[..], &third_buf[..]].concat(); in ut_settings_frame_encoding()
1576 let mut third_buf = [0u8; 50]; in ut_continue_frame_encoding() localVariable
1577 let third_encoding = encoder.encode(&mut third_buf).unwrap(); in ut_continue_frame_encoding()
1585 assert_eq!(third_buf[2], 4); in ut_continue_frame_encoding()