Home
last modified time | relevance | path

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

/external/grpc-grpc/src/compiler/
Dphp_generator.cc79 out->Print(GetPHPComments(method, " *").c_str()); in PrintMethod()
127 out->Print(GetPHPComments(service, " *").c_str()); in PrintService()
168 grpc::string leading_comments = GetPHPComments(file, "//"); in GenerateFile()
Dphp_generator_helpers.h68 inline grpc::string GetPHPComments(const DescriptorType* desc, in GetPHPComments() function