Home
last modified time | relevance | path

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

/tonic/interop/src/
H A Dlib.rs48 fn response_lengths(responses: &[pb::StreamingOutputCallResponse]) -> Vec<i32> { in response_lengths() function
H A Dclient.rs135 let actual_response_lengths = crate::response_lengths(&responses); in server_streaming()
195 let actual_response_lengths = crate::response_lengths(&responses); in ping_pong()