Lines Matching defs:method
42 const MethodDescriptor* method, in PrintProtoRpcDeclarationAsPragma()
84 void PrintMethodSignature(Printer* printer, const MethodDescriptor* method, in PrintMethodSignature()
109 void PrintSimpleSignature(Printer* printer, const MethodDescriptor* method, in PrintSimpleSignature()
117 void PrintAdvancedSignature(Printer* printer, const MethodDescriptor* method, in PrintAdvancedSignature()
124 void PrintV2Signature(Printer* printer, const MethodDescriptor* method, in PrintV2Signature()
148 const MethodDescriptor* method) { in GetMethodVars()
158 void PrintMethodDeclarations(Printer* printer, const MethodDescriptor* method) { in PrintMethodDeclarations()
172 const MethodDescriptor* method) { in PrintV2MethodDeclarations()
183 void PrintSimpleImplementation(Printer* printer, const MethodDescriptor* method, in PrintSimpleImplementation()
201 const MethodDescriptor* method, in PrintAdvancedImplementation()
225 void PrintV2Implementation(Printer* printer, const MethodDescriptor* method, in PrintV2Implementation()
245 const MethodDescriptor* method, in PrintMethodImplementations()
275 const auto method = service->method(i); in GetAllMessageClasses() local