Searched refs:GetLeadingComments (Results 1 – 6 of 6) sorted by relevance
89 std::string GetLeadingComments(const std::string prefix) const { in GetLeadingComments() function118 std::string GetLeadingComments(const std::string prefix) const { in GetLeadingComments() function181 std::string GetLeadingComments(const std::string prefix) const { in GetLeadingComments() function
48 virtual std::string GetLeadingComments(const std::string prefix) const = 0;
105 std::string leading_comments = file->GetLeadingComments("//"); in GetHeaderPrologue()791 printer->Print(method->GetLeadingComments("//").c_str()); in PrintHeaderServerMethodSync()1513 printer->Print(service->GetLeadingComments("//").c_str()); in PrintHeaderService()1532 printer->Print(service->method(i)->GetLeadingComments("//").c_str()); in PrintHeaderService()1539 printer->Print(service->method(i)->GetLeadingComments("//").c_str()); in PrintHeaderService()
52 grpc::string GetLeadingComments(const grpc::string) const { return ""; } in GetLeadingComments() function in flatbuffers::FlatBufMethod116 grpc::string GetLeadingComments(const grpc::string) const { return ""; } in GetLeadingComments() function in flatbuffers::FlatBufService231 grpc::string GetLeadingComments(const grpc::string) const { return ""; } in GetLeadingComments() function in flatbuffers::FlatBufFile
44 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()