Searched refs:input (Results 1 – 7 of 7) sorted by relevance
| /tonic/tests/web/tests/ |
| H A D | grpc.rs | 21 c1.unary_call(input()), in smoke_unary() 22 c2.unary_call(input()), in smoke_unary() 23 c3.unary_call(input()), in smoke_unary() 24 c4.unary_call(input()), in smoke_unary() 36 let input_stream = || stream::iter(vec![input(), input()]); in smoke_client_stream() 55 c1.server_stream(input()), in smoke_server_stream() 56 c2.server_stream(input()), in smoke_server_stream() 57 c3.server_stream(input()), in smoke_server_stream() 58 c4.server_stream(input()), in smoke_server_stream() 144 fn input() -> Input { in input() function
|
| H A D | grpc_web.rs | 88 let input = Input { in encode_body() localVariable 99 input.encode(&mut buf).unwrap(); in encode_body()
|
| /tonic/tests/web/src/ |
| H A D | lib.rs | 60 .fold(out, |mut acc, input| { in client_stream() 61 let input = input.unwrap(); in client_stream() localVariable 62 acc.id += input.id; in client_stream() 63 acc.desc += &input.desc; in client_stream()
|
| /tonic/tests/compression/src/ |
| H A D | util.rs | 22 ($fn_name:ident, $($test_name:ident: $input:expr),+ $(,)?) => { 27 let input = $input; localVariable 28 $fn_name(input).await;
|
| /tonic/interop/proto/grpc/testing/ |
| H A D | messages.proto | 62 // Optional input payload sent along with the request. 97 // Optional input payload sent along with the request. 143 // Optional input payload sent along with the request.
|
| /tonic/examples/proto/googleapis/google/api/ |
| H A D | field_behavior.proto | 44 // is required in requests, or given as output but ignored as input). 69 // Denotes a field as input only.
|
| /tonic/examples/ |
| H A D | routeguide-tutorial.md | 419 Like `get_feature`, `list_features`'s input is a single message, a `Rectangle` in this 519 from one (input) stream to another (output) stream. As the input is processed, each value is
|