Home
last modified time | relevance | path

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

/external/grpc-grpc/src/compiler/
Dpython_generator.cc82 PrivateGenerator::PrivateGenerator(const GeneratorConfiguration& config, in PrivateGenerator() function in grpc_python_generator::__anonac6c940b0111::PrivateGenerator
86 void PrivateGenerator::PrintAllComments(StringVector comments, in PrintAllComments()
111 bool PrivateGenerator::PrintBetaServicer(const grpc_generator::Service* service, in PrintBetaServicer()
147 bool PrivateGenerator::PrintBetaStub(const grpc_generator::Service* service, in PrintBetaStub()
188 bool PrivateGenerator::PrintBetaServerFactory( in PrintBetaServerFactory()
295 bool PrivateGenerator::PrintBetaStubFactory( in PrintBetaStubFactory()
397 bool PrivateGenerator::PrintStub( in PrintStub()
464 bool PrivateGenerator::PrintServicer(const grpc_generator::Service* service, in PrintServicer()
496 bool PrivateGenerator::PrintAddServicerToServer( in PrintAddServicerToServer()
565 bool PrivateGenerator::PrintBetaPreamble(grpc_generator::Printer* out) { in PrintBetaPreamble()
[all …]
Dpython_private_generator.h36 struct PrivateGenerator { struct
42 PrivateGenerator(const GeneratorConfiguration& config, argument