Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/java/
DAnnotationProcessor.cpp65 comment_ << "/**"; in AppendCommentLine()
68 comment_ << "\n * " << std::move(comment); in AppendCommentLine()
82 void AnnotationProcessor::AppendNewLine() { comment_ << "\n *"; } in AppendNewLine()
87 std::string result = comment_.str(); in WriteToStream()
DAnnotationProcessor.h79 std::stringstream comment_; variable
/frameworks/base/tools/aapt2/
DResourceValues.cpp59 rs->comment_ = comment_; in Clone()
201 str->comment_ = comment_; in Clone()
249 str->comment_ = comment_; in Clone()
285 fr->comment_ = comment_; in Clone()
722 style->comment_ = comment_; in Clone()
820 array->comment_ = comment_; in Clone()
857 p->comment_ = comment_; in Clone()
DResourceValues.h68 const std::string& GetComment() const { return comment_; } in GetComment()
70 void SetComment(const android::StringPiece& str) { comment_ = str.to_string(); } in SetComment()
72 void SetComment(std::string&& str) { comment_ = std::move(str); } in SetComment()
90 std::string comment_; variable