Lines Matching refs:prost_method
86 .map(|prost_method| TonicBuildMethod { in new()
87 prost_method: prost_method.clone(), in new()
98 prost_method: Method, field
131 &self.prost_method.name in name()
135 &self.prost_method.proto_name in identifier()
152 self.prost_method.client_streaming in client_streaming()
156 self.prost_method.server_streaming in server_streaming()
160 &self.prost_method.comments.leading[..] in comment()
164 self.prost_method.options.deprecated.unwrap_or_default() in deprecated()
190 &self.prost_method.input_proto_type, in request_response_name()
191 &self.prost_method.input_type, in request_response_name()
194 &self.prost_method.output_proto_type, in request_response_name()
195 &self.prost_method.output_type, in request_response_name()