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
69 return std::vector{ConsumePrefix(c.body, kLineCommentBegin)}; in TrimmedLines()
164 if (StartsWith(body, kLineCommentBegin)) { in Comment()