Home
last modified time | relevance | path

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

/external/rust/crates/tokio/tests/
Dudp.rs232 const MSG2_LEN: usize = MSG2.len(); in try_send_spawn() constant
256 assert_eq!(sent, &MSG2_LEN); in try_send_spawn()
267 assert_eq!(received, MSG_LEN * 2 + MSG2_LEN); in try_send_spawn()