Lines Matching defs:method
41 const MethodDescriptor* method, in PrintProtoRpcDeclarationAsPragma()
83 void PrintMethodSignature(Printer* printer, const MethodDescriptor* method, in PrintMethodSignature()
108 void PrintSimpleSignature(Printer* printer, const MethodDescriptor* method, in PrintSimpleSignature()
116 void PrintAdvancedSignature(Printer* printer, const MethodDescriptor* method, in PrintAdvancedSignature()
123 void PrintV2Signature(Printer* printer, const MethodDescriptor* method, in PrintV2Signature()
147 const MethodDescriptor* method) { in GetMethodVars()
157 void PrintMethodDeclarations(Printer* printer, const MethodDescriptor* method) { in PrintMethodDeclarations()
169 const MethodDescriptor* method) { in PrintV2MethodDeclarations()
178 void PrintSimpleImplementation(Printer* printer, const MethodDescriptor* method, in PrintSimpleImplementation()
196 const MethodDescriptor* method, in PrintAdvancedImplementation()
220 void PrintV2Implementation(Printer* printer, const MethodDescriptor* method, in PrintV2Implementation()
240 const MethodDescriptor* method, in PrintMethodImplementations()
268 const auto method = service->method(i); in GetAllMessageClasses() local