Home
last modified time | relevance | path

Searched defs:path (Results 1 – 14 of 14) sorted by relevance

/tonic/tonic-build/src/
H A Dclient.rs232 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 Dserver.rs380 let path = format_method_path(service, method, emit_package); in generate_methods() localVariable
/tonic/tests/deprecated_methods/tests/
H A Ddeprecated_methods.rs5 let path = PathBuf::from(std::env::var("OUT_DIR").unwrap()).join("test.rs"); in test() localVariable
/tonic/tests/skip_debug/tests/
H A Dskip_debug.rs5 let path = PathBuf::from(std::env::var("OUT_DIR").unwrap()).join("test.rs"); in skip_debug() localVariable
/tonic/tests/disable_comments/tests/
H A Ddisable_comments.rs5 let path = PathBuf::from(std::env::var("OUT_DIR").unwrap()).join("test.rs"); in test() localVariable
/tonic/examples/src/uds/
H A Dclient.rs23 let path = "/tmp/tonic/helloworld"; in main() localVariable
H A Dserver.rs46 let path = "/tmp/tonic/helloworld"; in main() localVariable
/tonic/tests/integration_tests/tests/
H A Dconnect_info.rs117 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 Dhttp.proto374 string path = 2; field
/tonic/codegen/src/
H A Dmain.rs98 let path = path.unwrap().path(); in codegen() localVariable
/tonic/tonic-health/src/generated/
H A Dgrpc_health_v1.rs156 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 Dhelloworld.rs60 let path = http::uri::PathAndQuery::from_static("/helloworld.Greeter/SayHello"); in say_hello() localVariable
/tonic/tonic-reflection/src/generated/
H A Dgrpc_reflection_v1.rs247 let path = http::uri::PathAndQuery::from_static( in server_reflection_info() localVariable
H A Dgrpc_reflection_v1alpha.rs247 let path = http::uri::PathAndQuery::from_static( in server_reflection_info() localVariable