Searched refs:request_response_name (Results 1 – 5 of 5) sorted by relevance
| /tonic/tonic-build/src/ |
| H A D | client.rs | 230 let (request, response) = method.request_response_name(proto_path, compile_well_known_types); in generate_unary() 261 let (request, response) = method.request_response_name(proto_path, compile_well_known_types); in generate_server_streaming() 292 let (request, response) = method.request_response_name(proto_path, compile_well_known_types); in generate_client_streaming() 323 let (request, response) = method.request_response_name(proto_path, compile_well_known_types); in generate_streaming()
|
| H A D | server.rs | 245 method.request_response_name(proto_path, compile_well_known_types); in generate_trait_methods() 447 let (request, response) = method.request_response_name(proto_path, compile_well_known_types); in generate_unary() 506 let (request, response) = method.request_response_name(proto_path, compile_well_known_types); in generate_server_streaming() 570 let (request, response) = method.request_response_name(proto_path, compile_well_known_types); in generate_client_streaming() 631 let (request, response) = method.request_response_name(proto_path, compile_well_known_types); in generate_streaming()
|
| H A D | lib.rs | 149 fn request_response_name( in request_response_name() method
|
| H A D | manual.rs | 220 fn request_response_name( in request_response_name() method
|
| H A D | prost.rs | 167 fn request_response_name( in request_response_name() method
|