| /tonic/tonic-build/src/ |
| H A D | client.rs | 232 let path = format_method_path(service, method, emit_package); in generate_unary() localVariable 244 let path = http::uri::PathAndQuery::from_static(#path); in generate_unary() localVariable 263 let path = format_method_path(service, method, emit_package); in generate_server_streaming() localVariable 275 let path = http::uri::PathAndQuery::from_static(#path); in generate_server_streaming() localVariable 294 let path = format_method_path(service, method, emit_package); in generate_client_streaming() localVariable 306 let path = http::uri::PathAndQuery::from_static(#path); in generate_client_streaming() localVariable 325 let path = format_method_path(service, method, emit_package); in generate_streaming() localVariable 337 let path = http::uri::PathAndQuery::from_static(#path); in generate_streaming() localVariable
|
| H A D | server.rs | 380 let path = format_method_path(service, method, emit_package); in generate_methods() localVariable
|
| /tonic/tests/deprecated_methods/tests/ |
| H A D | deprecated_methods.rs | 5 let path = PathBuf::from(std::env::var("OUT_DIR").unwrap()).join("test.rs"); in test() localVariable
|
| /tonic/tests/skip_debug/tests/ |
| H A D | skip_debug.rs | 5 let path = PathBuf::from(std::env::var("OUT_DIR").unwrap()).join("test.rs"); in skip_debug() localVariable
|
| /tonic/tests/disable_comments/tests/ |
| H A D | disable_comments.rs | 5 let path = PathBuf::from(std::env::var("OUT_DIR").unwrap()).join("test.rs"); in test() localVariable
|
| /tonic/examples/src/uds/ |
| H A D | client.rs | 23 let path = "/tmp/tonic/helloworld"; in main() localVariable
|
| H A D | server.rs | 46 let path = "/tmp/tonic/helloworld"; in main() localVariable
|
| /tonic/tests/integration_tests/tests/ |
| H A D | connect_info.rs | 117 let path = unix_socket_path.clone(); in getting_connect_info() localVariable 121 let path = path.clone(); in getting_connect_info() localVariable
|
| /tonic/examples/proto/googleapis/google/api/ |
| H A D | http.proto | 374 string path = 2; field
|
| /tonic/codegen/src/ |
| H A D | main.rs | 98 let path = path.unwrap().path(); in codegen() localVariable
|
| /tonic/tonic-health/src/generated/ |
| H A D | grpc_health_v1.rs | 156 let path = http::uri::PathAndQuery::from_static( in check() localVariable 195 let path = http::uri::PathAndQuery::from_static( in watch() localVariable
|
| /tonic/tonic/benches-disabled/benchmarks/compiled_protos/ |
| H A D | helloworld.rs | 60 let path = http::uri::PathAndQuery::from_static("/helloworld.Greeter/SayHello"); in say_hello() localVariable
|
| /tonic/tonic-reflection/src/generated/ |
| H A D | grpc_reflection_v1.rs | 247 let path = http::uri::PathAndQuery::from_static( in server_reflection_info() localVariable
|
| H A D | grpc_reflection_v1alpha.rs | 247 let path = http::uri::PathAndQuery::from_static( in server_reflection_info() localVariable
|