Lines Matching refs:GetClassName
28 using google::protobuf::compiler::csharp::GetClassName;
221 return GetClassName(method->input_type()) + " request, "; in GetMethodRequestParamMaybe()
231 return "grpc::AsyncUnaryCall<" + GetClassName(method->output_type()) + in GetMethodReturnTypeClient()
235 GetClassName(method->input_type()) + ", " + in GetMethodReturnTypeClient()
236 GetClassName(method->output_type()) + ">"; in GetMethodReturnTypeClient()
239 GetClassName(method->output_type()) + ">"; in GetMethodReturnTypeClient()
242 GetClassName(method->input_type()) + ", " + in GetMethodReturnTypeClient()
243 GetClassName(method->output_type()) + ">"; in GetMethodReturnTypeClient()
253 return GetClassName(method->input_type()) + " request"; in GetMethodRequestParamServer()
256 return "grpc::IAsyncStreamReader<" + GetClassName(method->input_type()) + in GetMethodRequestParamServer()
268 GetClassName(method->output_type()) + ">"; in GetMethodReturnTypeServer()
285 GetClassName(method->output_type()) + "> responseStream"; in GetMethodResponseStreamMaybe()
321 GetClassName(message)); in GenerateMarshallerFields()
331 GetClassName(method->input_type()), "response", in GenerateStaticMethodField()
332 GetClassName(method->output_type())); in GenerateStaticMethodField()
460 GetClassName(method->input_type()), "response", in GenerateClientStub()
461 GetClassName(method->output_type())); in GenerateClientStub()
478 GetClassName(method->input_type()), "response", in GenerateClientStub()
479 GetClassName(method->output_type())); in GenerateClientStub()