Searched defs:SetComment (Results 1 – 4 of 4) sorted by relevance
105 void SetComment(android::StringPiece str) { in SetComment() function109 void SetComment(std::string&& str) { in SetComment() function
99 ValueBuilder& SetComment(android::StringPiece str) { in SetComment() function
180 AttributeBuilder& AttributeBuilder::SetComment(StringPiece comment) { in SetComment() function in aapt::test::AttributeBuilder
68 func (w *Writer) SetComment(comment string) error { func