Home
last modified time | relevance | path

Searched defs:SetComment (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/tools/aapt2/
DResourceValues.h70 void SetComment(const android::StringPiece& str) { comment_ = str.to_string(); } in SetComment() function
72 void SetComment(std::string&& str) { comment_ = std::move(str); } in SetComment() function
/frameworks/base/tools/aapt2/test/
DBuilders.h166 ValueBuilder& SetComment(const android::StringPiece& str) { in SetComment() function