Searched refs:kBlockCommentBegin (Results 1 – 1 of 1) sorted by relevance
42 static const std::string_view kBlockCommentBegin = "/*"; variable72 std::string stripped = ConsumeSuffix(ConsumePrefix(c.body, kBlockCommentBegin), kBlockCommentEnd); in TrimmedLines()166 } else if (StartsWith(body, kBlockCommentBegin) && EndsWith(body, kBlockCommentEnd)) { in Comment()227 out << kDocCommentBegin << ConsumePrefix(it->body, kBlockCommentBegin); in FormatCommentsForJava()