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