Home
last modified time | relevance | path

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

/external/grpc-grpc/src/compiler/
Druby_generator.cc61 out->Print(GetRubyComments(method, true).c_str()); in PrintMethod()
63 out->Print(GetRubyComments(method, false).c_str()); in PrintMethod()
81 out->Print(GetRubyComments(service, true).c_str()); in PrintService()
107 out->Print(GetRubyComments(service, false).c_str()); in PrintService()
182 grpc::string leading_comments = GetRubyComments(file, true); in GetServices()
219 out.Print(GetRubyComments(file, false).c_str()); in GetServices()
Druby_generator_helpers-inl.h52 inline grpc::string GetRubyComments(const DescriptorType* desc, bool leading) { in GetRubyComments() function