Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/java/
DAnnotationProcessor.cpp92 comment_ << "/**"; in AppendCommentLine()
94 comment_ << "\n * " << std::move(comment); in AppendCommentLine()
109 comment_ << "\n *"; in AppendNewLine()
115 std::string result = comment_.str(); in Print()
DAnnotationProcessor.h70 std::stringstream comment_;
/frameworks/base/tools/aapt2/
DResourceValues.cpp82 rs->comment_ = comment_; in Clone()
271 str->comment_ = comment_; in Clone()
326 str->comment_ = comment_; in Clone()
364 fr->comment_ = comment_; in Clone()
904 style->comment_ = comment_; in Clone()
1002 array->comment_ = comment_; in Clone()
1039 p->comment_ = comment_; in Clone()
DResourceValues.h84 return comment_; in GetComment()
88 comment_ = str.to_string(); in SetComment()
92 comment_ = std::move(str); in SetComment()
118 std::string comment_; variable