Searched refs:responses (Results 1 – 11 of 11) sorted by relevance
| /tonic/interop/src/ |
| H A D | client.rs | 130 let responses = response in server_streaming() localVariable 139 responses.len() == 4, in server_streaming() 140 format!("responses.len()={:?}", responses.len()) in server_streaming() 170 let mut responses = Vec::new(); in ping_pong() localVariable 175 responses.push(result.unwrap()); in ping_pong() 198 responses.len() == RESPONSE_LENGTHS.len(), in ping_pong() 220 let responses = response.collect::<Vec<_>>().await; in empty_stream() localVariable 224 responses.is_empty(), in empty_stream() 225 format!("responses.len()={:?}", responses.len()) in empty_stream() 277 let responses = stream.collect::<Vec<_>>().await; in status_code_and_message() localVariable [all …]
|
| H A D | lib.rs | 48 fn response_lengths(responses: &[pb::StreamingOutputCallResponse]) -> Vec<i32> { in response_lengths() 49 responses.iter().map(&response_length).collect() in response_lengths()
|
| /tonic/interop/proto/grpc/testing/ |
| H A D | test.proto | 16 // of unary/streaming requests/responses. 39 // One request followed by a sequence of responses (streamed download). 50 // As one request could lead to multiple responses, this interface 55 // A sequence of requests followed by a sequence of responses. 57 // stream of responses are returned to the client when the server starts with
|
| H A D | messages.proto | 117 // Desired payload sizes in responses from the server. 120 // Desired interval between consecutive responses in the response stream in
|
| /tonic/examples/proto/googleapis/google/api/ |
| H A D | field_behavior.proto | 64 // This indicates that the field is provided in responses, but including the
|
| /tonic/examples/ |
| H A D | helloworld-tutorial.md | 170 …nner().name), // We must use .into_inner() as the fields of gRPC requests and responses are private 248 And receiving responses like this:
|
| H A D | routeguide-tutorial.md | 140 writing its responses, or it could alternately read a message then write a message, or some other 682 server's responses to a response protocol buffer object (in this case a `Feature`) until there are
|
| /tonic/tonic-types/proto/ |
| H A D | error_details.proto | 29 // responses.
|
| /tonic/ |
| H A D | CONTRIBUTING.md | 93 Short, clipped responses—that provide neither additional context nor supporting 94 detail—are not helpful or professional. To many, such responses are simply
|
| H A D | CHANGELOG.md | 277 * Handle interceptor errors as responses ([#840](https://github.com/hyperium/tonic/issues/840)) ([#… 511 * Add metadata to error responses ([#348](https://github.com/hyperium/tonic/issues/348)) ([372da52]…
|
| /tonic/examples/proto/googleapis/google/pubsub/v1/ |
| H A D | pubsub.proto | 198 // Reserved for future use. This field is set only in responses from the
|