Searched refs:kLineCommentBegin (Results 1 – 1 of 1) sorted by relevance
41 static const std::string_view kLineCommentBegin = "//"; variable70 return std::vector{ConsumePrefix(c.body, kLineCommentBegin)}; in TrimmedLines()165 if (StartsWith(body, kLineCommentBegin)) { in Comment()230 out << kLineCommentBegin << line; in FormatCommentsForJava()