Home
last modified time | relevance | path

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

/system/tools/aidl/
Dcomments.cpp41 static const std::string_view kLineCommentBegin = "//"; variable
70 return std::vector{ConsumePrefix(c.body, kLineCommentBegin)}; in TrimmedLines()
165 if (StartsWith(body, kLineCommentBegin)) { in Comment()
230 out << kLineCommentBegin << line; in FormatCommentsForJava()