Searched refs:GetLeadingComments (Results 1 – 9 of 9) sorted by relevance
88 grpc::string GetLeadingComments(const grpc::string prefix) const { in GetLeadingComments() function117 grpc::string GetLeadingComments(const grpc::string prefix) const { in GetLeadingComments() function180 grpc::string GetLeadingComments(const grpc::string prefix) const { in GetLeadingComments() function
44 virtual grpc::string GetLeadingComments(const grpc::string prefix) const = 0;
103 grpc::string leading_comments = file->GetLeadingComments("//"); in GetHeaderPrologue()675 printer->Print(method->GetLeadingComments("//").c_str()); in PrintHeaderServerMethodSync()1041 printer->Print(service->GetLeadingComments("//").c_str()); in PrintHeaderService()1060 printer->Print(service->method(i)->GetLeadingComments("//").c_str()); in PrintHeaderService()1067 printer->Print(service->method(i)->GetLeadingComments("//").c_str()); in PrintHeaderService()
52 grpc::string GetLeadingComments(const grpc::string) const { return ""; } in GetLeadingComments() function in flatbuffers::FlatBufMethod104 grpc::string GetLeadingComments(const grpc::string) const { return ""; } in GetLeadingComments() function in flatbuffers::FlatBufService195 grpc::string GetLeadingComments(const grpc::string) const { return ""; } in GetLeadingComments() function in flatbuffers::FlatBufFile
59 virtual grpc::string GetLeadingComments(const grpc::string prefix) const = 0;
123 grpc::string leading_comments = file->GetLeadingComments("//"); in GetHeaderPrologue()594 printer->Print(method->GetLeadingComments("//").c_str()); in PrintHeaderServerMethodSync()916 printer->Print(service->GetLeadingComments("//").c_str()); in PrintHeaderService()935 printer->Print(service->method(i)->GetLeadingComments("//").c_str()); in PrintHeaderService()
2549 func (m *SourceCodeInfo_Location) GetLeadingComments() string { func
2476 func (m *SourceCodeInfo_Location) GetLeadingComments() string { func
1264 for _, line := range strings.Split(strings.TrimSuffix(loc.GetLeadingComments(), "\n"), "\n") {