Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/java/
DAnnotationProcessor.cpp90 if (!has_comments_) { in AppendCommentLine()
91 has_comments_ = true; in AppendCommentLine()
108 if (has_comments_) { in AppendNewLine()
114 if (has_comments_) { in Print()
DAnnotationProcessor.h72 bool has_comments_ = false; variable