Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h2/
H A Dencoder.rs1353 let first_encoded = encoder.encode(&mut first_buf).unwrap(); in ut_data_frame_encoding() localVariable
1396 let first_encoded = frame_encoder.encode(&mut buf).unwrap(); in ut_headers_frame_encoding() localVariable
1436 let first_encoded = encoder.encode(&mut first_buf).unwrap(); in ut_settings_frame_encoding() localVariable
1498 let first_encoded = encoder.encode(&mut first_buf).unwrap(); in ut_ping_frame_encoding() localVariable
1615 let first_encoded = frame_encoder.encode(&mut buf).unwrap(); in ut_rst_stream_frame_encoding() localVariable
1660 let first_encoded = frame_encoder.encode(&mut buf).unwrap(); in ut_window_update_frame_encoding() localVariable
1761 let first_encoded = encoder.encode(&mut first_buf).unwrap(); in ut_goaway_frame_encoding() localVariable