Home
last modified time | relevance | path

Searched refs:format_method_name (Results 1 – 3 of 3) sorted by relevance

/tonic/tonic-build/src/
H A Dclient.rs5 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 Dlib.rs219 fn format_method_name<T: Service>(service: &T, method: &T::Method, emit_package: bool) -> String { in format_method_name() function
H A Dserver.rs5 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()