Searched defs:comment_ (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/tools/aapt2/java/
H A DAnnotationProcessor.h77 std::stringstream comment_; member in class:aapt::AnnotationProcessor
/frameworks/base/tools/aapt2/
H A DResourceValues.h68 const std::string& GetComment() const { return comment_; }
70 void SetComment(const android::StringPiece& str) { comment_ = str.to_string(); }
72 void SetComment(std::string&& str) { comment_ = std::move(str); }
90 std::string comment_; member in class:aapt::Value

Completed in 576 milliseconds