Lines Matching defs:printer
68 grpc_generator::Printer *printer, in GenerateImports()
116 void GetStreamType(grpc_generator::Printer *printer, in GetStreamType()
128 void GenerateSerializeMethod(grpc_generator::Printer *printer, in GenerateSerializeMethod()
145 grpc_generator::Printer *printer, in GenerateDeserializeMethod()
158 grpc_generator::Printer *printer, in GenerateMethods()
190 grpc_generator::Printer *printer, in GenerateService()
237 auto printer = file->CreatePrinter(&output); in Generate() local
247 void FillInterface(grpc_generator::Printer *printer, in FillInterface()
266 grpc_generator::Printer *printer, in GenerateInterfaces()
288 const grpc_generator::Service *service, grpc_generator::Printer *printer, in GenerateExportedInterface()
330 grpc_generator::Printer *printer, in GenerateMainInterface()
359 grpc_generator::Printer *printer, in GenerateUnaryClientInterface()
374 grpc_generator::Printer *printer, in GenerateClientWriteStreamInterface()
391 grpc_generator::Printer *printer, in GenerateClientReadableStreamInterface()
403 grpc_generator::Printer *printer, in GenerateDepluxStreamInterface()
419 grpc_generator::Printer *printer, in GenerateClientInterface()
457 const grpc_generator::Service *service, grpc_generator::Printer *printer, in GenerateClientClassInterface()
513 auto printer = file->CreatePrinter(&output); in GenerateInterface() local