| /tonic/tonic-reflection/tests/ |
| H A D | server.rs | 29 let response = make_test_reflection_request(ServerReflectionRequest { in test_list_services() localVariable 49 let response = make_test_reflection_request(ServerReflectionRequest { in test_file_by_filename() localVariable 73 let response = make_test_reflection_request(ServerReflectionRequest { in test_file_containing_symbol() localVariable 135 let response = inbound in make_test_reflection_request() localVariable
|
| H A D | versions.rs | 14 let response = make_v1_request(v1::ServerReflectionRequest { in test_v1() localVariable 38 let response = make_v1alpha_request(v1alpha::ServerReflectionRequest { in test_v1alpha() localVariable 99 let response = inbound in make_v1_request() localVariable 156 let response = inbound in make_v1alpha_request() localVariable
|
| /tonic/examples/src/multiplex/ |
| H A D | client.rs | 26 let response = greeter_client.say_hello(request).await?; in main() localVariable 34 let response = echo_client.unary_echo(request).await?; in main() localVariable
|
| /tonic/examples/src/streaming/ |
| H A D | client.rs | 37 let response = client in bidirectional_streaming_echo() localVariable 53 let response = client in bidirectional_streaming_echo_throttle() localVariable
|
| /tonic/examples/src/helloworld/ |
| H A D | client.rs | 16 let response = client.say_hello(request).await?; in main() localVariable
|
| /tonic/examples/src/cancellation/ |
| H A D | client.rs | 19 let response = match timeout(Duration::from_secs(1), client.say_hello(request)).await { in main() localVariable
|
| /tonic/examples/src/codec_buffers/ |
| H A D | client.rs | 25 let response = client.say_hello(request).await?; in main() localVariable
|
| /tonic/examples/src/compression/ |
| H A D | client.rs | 25 let response = client.say_hello(request).await?; in main() localVariable
|
| /tonic/examples/src/richer-error/ |
| H A D | client.rs | 23 let response = match client.say_hello(request).await { in main() localVariable
|
| H A D | client_vec.rs | 23 let response = match client.say_hello(request).await { in main() localVariable
|
| /tonic/examples/src/json-codec/ |
| H A D | client.rs | 23 let response = client.say_hello(request).await?; in main() localVariable
|
| /tonic/examples/src/authentication/ |
| H A D | client.rs | 23 let response = client.unary_echo(request).await?; in main() localVariable
|
| /tonic/examples/src/grpc-web/ |
| H A D | client.rs | 24 let response = client.say_hello(request).await?; in main() localVariable
|
| /tonic/examples/src/load_balance/ |
| H A D | client.rs | 23 let response = client.unary_echo(request).await?; in main() localVariable
|
| /tonic/examples/src/tracing/ |
| H A D | client.rs | 29 let response = client.say_hello(request).await?; in say_hi() localVariable
|
| /tonic/examples/src/uds/ |
| H A D | client.rs | 36 let response = client.say_hello(request).await?; in main() localVariable
|
| /tonic/examples/src/routeguide/ |
| H A D | client.rs | 82 let response = client.route_chat(Request::new(outbound)).await?; in run_route_chat() localVariable 97 let response = client in main() localVariable
|
| /tonic/examples/src/tower/ |
| H A D | client.rs | 28 let response = client.say_hello(request).await?; in main() localVariable 77 let response = inner.call(req).await?; in call() localVariable
|
| /tonic/examples/src/tls/ |
| H A D | client.rs | 28 let response = client.unary_echo(request).await?; in main() localVariable
|
| /tonic/examples/src/tls_client_auth/ |
| H A D | client.rs | 33 let response = client.unary_echo(request).await?; in main() localVariable
|
| /tonic/examples/src/gcp/ |
| H A D | client.rs | 45 let response = service in main() localVariable
|
| /tonic/tonic/src/server/ |
| H A D | grpc.rs | 246 let response = service in unary() localVariable 290 let response = service.call(request).await; in server_streaming() localVariable 320 let response = service in client_streaming() localVariable 354 let response = service.call(request).await; in streaming() localVariable 429 let response = t!(response); in map_response() localVariable
|
| /tonic/examples/src/tls_rustls/ |
| H A D | client.rs | 64 let response = client.unary_echo(request).await?; in main() localVariable
|
| /tonic/tonic/src/ |
| H A D | lib.rs | 111 mod response; module
|
| /tonic/examples/src/mock/ |
| H A D | mock.rs | 54 let response = client.say_hello(request).await?; in main() localVariable
|