Home
last modified time | relevance | path

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

/system/tools/aidl/
Dcomments.cpp43 static const std::string_view kBlockCommentEnd = "*/"; variable
72 std::string stripped = ConsumeSuffix(ConsumePrefix(c.body, kBlockCommentBegin), kBlockCommentEnd); in TrimmedLines()
166 } else if (StartsWith(body, kBlockCommentBegin) && EndsWith(body, kBlockCommentEnd)) { in Comment()