Searched refs:format_method_path (Results 1 – 3 of 3) sorted by relevance
| /tonic/tonic-build/src/ |
| H A D | client.rs | 5 format_method_name, format_method_path, format_service_name, generate_deprecated, 232 let path = format_method_path(service, method, emit_package); in generate_unary() 263 let path = format_method_path(service, method, emit_package); in generate_server_streaming() 294 let path = format_method_path(service, method, emit_package); in generate_client_streaming() 325 let path = format_method_path(service, method, emit_package); in generate_streaming()
|
| H A D | lib.rs | 211 fn format_method_path<T: Service>(service: &T, method: &T::Method, emit_package: bool) -> String { in format_method_path() function
|
| H A D | server.rs | 5 format_method_name, format_method_path, format_service_name, generate_doc_comment, 380 let path = format_method_path(service, method, emit_package); in generate_methods()
|