Searched defs:CommentLine (Results 1 – 5 of 5) sorted by relevance
22 public class CommentLine { class29 public CommentLine(CommentEvent event) { in CommentLine() method in CommentLine33 public CommentLine(Mark startMark, Mark endMark, String value, CommentType commentType) { in CommentLine() method in CommentLine
31 class CommentLine: class
71 Renderer CommentLine(absl::string_view text, const Args &...args) { in CommentLine() function
60 Renderer& Renderer::CommentLine(const string& text) { in CommentLine() function in tensorflow::generator::cpp::Renderer