Searched defs:SetComment (Results 1 – 2 of 2) sorted by relevance
70 void SetComment(const android::StringPiece& str) { comment_ = str.to_string(); } in SetComment() function72 void SetComment(std::string&& str) { comment_ = std::move(str); } in SetComment() function
166 ValueBuilder& SetComment(const android::StringPiece& str) { in SetComment() function