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