Searched refs:format_method_name (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, 177 if !disable_comments.contains(&format_method_name(service, method, emit_package)) { in generate_methods()
|
| H A D | lib.rs | 219 fn format_method_name<T: Service>(service: &T, method: &T::Method, emit_package: bool) -> String { in format_method_name() function
|
| H A D | server.rs | 5 format_method_name, format_method_path, format_service_name, generate_doc_comment, 248 if disable_comments.contains(&format_method_name(service, method, emit_package)) { in generate_trait_methods()
|