Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/java/
DAnnotationProcessor.cpp107 if (!has_comments_) { in AppendCommentLine()
108 has_comments_ = true; in AppendCommentLine()
125 if (has_comments_) { in AppendNewLine()
131 if (has_comments_) { in Print()
DAnnotationProcessor.h76 bool has_comments_ = false; variable