Lines Matching refs:PrivateGenerator
82 PrivateGenerator::PrivateGenerator(const GeneratorConfiguration& config,
86 void PrivateGenerator::PrintAllComments(StringVector comments,
111 bool PrivateGenerator::PrintBetaServicer(const grpc_generator::Service* service,
147 bool PrivateGenerator::PrintBetaStub(const grpc_generator::Service* service,
188 bool PrivateGenerator::PrintBetaServerFactory(
295 bool PrivateGenerator::PrintBetaStubFactory(
397 bool PrivateGenerator::PrintStub(
464 bool PrivateGenerator::PrintServicer(const grpc_generator::Service* service,
496 bool PrivateGenerator::PrintAddServicerToServer(
565 bool PrivateGenerator::PrintBetaPreamble(grpc_generator::Printer* out) {
578 bool PrivateGenerator::PrintPreamble(grpc_generator::Printer* out) {
626 bool PrivateGenerator::PrintGAServices(grpc_generator::Printer* out) {
644 bool PrivateGenerator::PrintBetaServices(grpc_generator::Printer* out) {
664 pair<bool, grpc::string> PrivateGenerator::GetGrpcServices() {
721 static bool GenerateGrpc(GeneratorContext* context, PrivateGenerator& generator,
769 PrivateGenerator generator(config_, &pbfile);