Searched refs:GetNodeComments (Results 1 – 2 of 2) sorted by relevance
189 out->Print(GetNodeComments(service, true).c_str()); in PrintService()196 out->Print(GetNodeComments(service->method(i), true).c_str()); in PrintService()200 out->Print(GetNodeComments(service->method(i), false).c_str()); in PrintService()207 out->Print(GetNodeComments(service, false).c_str()); in PrintService()259 grpc::string leading_comments = GetNodeComments(file, true); in GenerateFile()273 out.Print(GetNodeComments(file, false).c_str()); in GenerateFile()
36 inline grpc::string GetNodeComments(const DescriptorType* desc, bool leading) { in GetNodeComments() function