Home
last modified time | relevance | path

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

/third_party/grpc/src/compiler/
Dpython_generator.cc145 StringVector method_comments = method->GetAllComments(); in PrintBetaServicer() local
146 PrintAllComments(method_comments, out); in PrintBetaServicer()
183 StringVector method_comments = method->GetAllComments(); in PrintBetaStub() local
184 PrintAllComments(method_comments, out); in PrintBetaStub()
498 StringVector method_comments = method->GetAllComments(); in PrintServicer() local
499 PrintAllComments(method_comments, out); in PrintServicer()