Searched refs:GRPC_CUSTOM_CSHARP_GETCLASSNAME (Results 1 – 2 of 2) sorted by relevance
228 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 …]
52 #ifndef GRPC_CUSTOM_CSHARP_GETCLASSNAME54 #define GRPC_CUSTOM_CSHARP_GETCLASSNAME \ macro