Home
last modified time | relevance | path

Searched refs:GRPC_CUSTOM_CSHARP_GETCLASSNAME (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/src/compiler/
Dcsharp_generator.cc228 return GRPC_CUSTOM_CSHARP_GETCLASSNAME(method->input_type()) + " request, "; in GetMethodRequestParamMaybe()
239 GRPC_CUSTOM_CSHARP_GETCLASSNAME(method->input_type()) + ", " + in GetMethodReturnTypeClient()
240 GRPC_CUSTOM_CSHARP_GETCLASSNAME(method->output_type()) + ">"; in GetMethodReturnTypeClient()
243 GRPC_CUSTOM_CSHARP_GETCLASSNAME(method->input_type()) + ", " + in GetMethodReturnTypeClient()
244 GRPC_CUSTOM_CSHARP_GETCLASSNAME(method->output_type()) + ">"; in GetMethodReturnTypeClient()
249 GRPC_CUSTOM_CSHARP_GETCLASSNAME(method->output_type()) + ">"; in GetMethodReturnTypeClient()
252 GRPC_CUSTOM_CSHARP_GETCLASSNAME(method->output_type()) + ">"; in GetMethodReturnTypeClient()
260 GRPC_CUSTOM_CSHARP_GETCLASSNAME(method->input_type()) + in GetMethodRequestParamServer()
263 return GRPC_CUSTOM_CSHARP_GETCLASSNAME(method->input_type()) + " request"; in GetMethodRequestParamServer()
271 GRPC_CUSTOM_CSHARP_GETCLASSNAME(method->output_type()) + ">"; in GetMethodReturnTypeServer()
[all …]
Dconfig_protobuf.h52 #ifndef GRPC_CUSTOM_CSHARP_GETCLASSNAME
54 #define GRPC_CUSTOM_CSHARP_GETCLASSNAME \ macro