Searched refs:GetPHPComments (Results 1 – 2 of 2) sorted by relevance
79 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()
68 inline grpc::string GetPHPComments(const DescriptorType* desc, in GetPHPComments() function