Home
last modified time | relevance | path

Searched refs:kBlockCommentBegin (Results 1 – 1 of 1) sorted by relevance

/system/tools/aidl/
Dcomments.cpp42 static const std::string_view kBlockCommentBegin = "/*"; variable
72 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()