Home
last modified time | relevance | path

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

/tonic/interop/src/
H A Dclient.rs15 const REQUEST_LENGTHS: &[i32] = &[27182, 8, 1828, 45904]; constant
85 let requests = REQUEST_LENGTHS.iter().map(|len| StreamingInputCallRequest { in client_streaming()
176 if responses.len() == REQUEST_LENGTHS.len() { in ping_pong()
403 let req_len = REQUEST_LENGTHS[idx]; in make_ping_pong_request()