Home
last modified time | relevance | path

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

/external/grpc-grpc/src/compiler/
Dpython_generator.cc126 StringVector service_comments = service->GetAllComments(); in PrintBetaServicer() local
127 PrintAllComments(service_comments, out); in PrintBetaServicer()
162 StringVector service_comments = service->GetAllComments(); in PrintBetaStub() local
163 PrintAllComments(service_comments, out); in PrintBetaStub()
406 StringVector service_comments = service->GetAllComments(); in PrintStub() local
407 PrintAllComments(service_comments, out); in PrintStub()
472 StringVector service_comments = service->GetAllComments(); in PrintServicer() local
473 PrintAllComments(service_comments, out); in PrintServicer()