Home
last modified time | relevance | path

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

/external/grpc-grpc/src/compiler/
Dcsharp_generator.cc37 using grpc_generator::GetMethodType;
229 switch (GetMethodType(method)) { in GetMethodReturnTypeClient()
250 switch (GetMethodType(method)) { in GetMethodRequestParamServer()
264 switch (GetMethodType(method)) { in GetMethodReturnTypeServer()
278 switch (GetMethodType(method)) { in GetMethodResponseStreamMaybe()
336 GetCSharpMethodType(GetMethodType(method))); in GenerateStaticMethodField()
447 MethodType method_type = GetMethodType(method); in GenerateClientStub()
528 switch (GetMethodType(method)) { in GenerateClientStub()
Dgenerator_helpers.h152 inline MethodType GetMethodType( in GetMethodType() function