Home
last modified time | relevance | path

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

/external/rust/crates/criterion/src/
Dconnection.rs51 const RUNNER_HELLO_SIZE: usize = 15 //RUNNER_MAGIC_NUMBER.len() // magic number constant
72 let mut hello_buf = [0u8; RUNNER_HELLO_SIZE]; in new()