• Home
  • Raw
  • Download

Lines Matching defs:method

128                                     const MethodDescriptor* method) {  in GenerateDocCommentServerMethod()
160 const MethodDescriptor* method, in GenerateDocCommentClientMethod()
203 std::string GetCSharpMethodType(const MethodDescriptor* method) { in GetCSharpMethodType()
219 std::string GetCSharpServerMethodType(const MethodDescriptor* method) { in GetCSharpServerMethodType()
243 std::string GetMethodFieldName(const MethodDescriptor* method) { in GetMethodFieldName()
247 std::string GetMethodRequestParamMaybe(const MethodDescriptor* method, in GetMethodRequestParamMaybe()
262 std::string GetMethodReturnTypeClient(const MethodDescriptor* method) { in GetMethodReturnTypeClient()
284 std::string GetMethodRequestParamServer(const MethodDescriptor* method) { in GetMethodRequestParamServer()
293 std::string GetMethodReturnTypeServer(const MethodDescriptor* method) { in GetMethodReturnTypeServer()
301 std::string GetMethodResponseStreamMaybe(const MethodDescriptor* method) { in GetMethodResponseStreamMaybe()
317 const MethodDescriptor* method = service->method(i); in GetUsedMessages() local
412 void GenerateStaticMethodField(Printer* out, const MethodDescriptor* method) { in GenerateStaticMethodField()
467 const MethodDescriptor* method = service->method(i); in GenerateServerClass() local
545 const MethodDescriptor* method = service->method(i); in GenerateClientStub() local
703 const MethodDescriptor* method = service->method(i); in GenerateBindServiceMethod() local
743 const MethodDescriptor* method = service->method(i); in GenerateBindServiceWithBinderMethod() local