Searched refs:SetComment (Results 1 – 10 of 10) sorted by relevance
303 ->SetComment(std::string("This is a comment\n@deprecated")); in TEST()331 .SetComment("Flag attribute") in TEST()338 .SetComment("Enum attribute") in TEST()382 attr.SetComment(StringPiece("This is an attribute")); in TEST()386 styleable.SetComment(StringPiece("This is a styleable")); in TEST()420 attr.SetComment(StringPiece("This is an attribute @hide")); in TEST()424 styleable.SetComment(StringPiece("This is a styleable")); in TEST()506 attr.SetComment(StringPiece("removed")); in TEST()
99 ValueBuilder& SetComment(android::StringPiece str) { in SetComment() function100 value_->SetComment(str); in SetComment()119 AttributeBuilder& SetComment(android::StringPiece comment);
180 AttributeBuilder& AttributeBuilder::SetComment(StringPiece comment) { in SetComment() function in aapt::test::AttributeBuilder181 attr_->SetComment(comment); in SetComment()194 ref.SetComment(comment); in AddItemWithComment()
133 new_style->SetComment(style->GetComment()); in Consume()
178 foo_original->SetComment(android::StringPiece("Original foo comment")); in TEST_F()182 foo_overlay->SetComment(android::StringPiece("Overlay foo comment")); in TEST_F()184 bar_overlay->SetComment(android::StringPiece("Overlay bar comment")); in TEST_F()186 baz_overlay->SetComment(android::StringPiece("Overlay baz comment")); in TEST_F()
316 dst_config_value->value->SetComment(original_comment.value()); in DoMerge()333 new_file_ref->SetComment(file_ref.GetComment()); in CloneAndMangleFile()
86 void SetComment(android::StringPiece str) { in SetComment() function90 void SetComment(std::string&& str) { in SetComment() function
155 res->value->SetComment(std::move(res->comment)); in AddResourcesToTable()1421 symbol.symbol.SetComment(std::move(comment)); in ParseAttrImpl()1816 child_ref.SetComment(child_resource.comment); in ParseDeclareStyleable()
1094 new_value->SetComment(value->GetComment()); in CopyValueFields()
718 out_value->SetComment(pb_item.comment()); in DeserializeItemMetaDataFromPb()