Searched refs:SetComment (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/tools/aapt2/link/
H A DAutoVersioner.cpp128 new_style->SetComment(style->GetComment());
H A DTableMerger.cpp291 new_file_ref->SetComment(file_ref.GetComment());
/frameworks/base/tools/aapt2/test/
H A DBuilders.h99 ValueBuilder& SetComment(const android::StringPiece& str) { function in class:aapt::test::ValueBuilder
100 value_->SetComment(str);
/frameworks/base/tools/aapt2/java/
H A DJavaClassGenerator_test.cpp264 ->SetComment(std::string("This is a comment\n@deprecated"));
292 attr.SetComment(StringPiece("This is an attribute"));
296 styleable.SetComment(StringPiece("This is a styleable"));
377 attr.SetComment(StringPiece("removed"));
/frameworks/base/tools/aapt2/
H A DResourceValues.h87 void SetComment(const android::StringPiece& str) { function in class:aapt::Value
91 void SetComment(std::string&& str) { function in class:aapt::Value
H A DResourceParser.cpp146 res->value->SetComment(std::move(res->comment));
1217 symbol.symbol.SetComment(std::move(comment));
1599 child_ref.SetComment(child_resource.comment);
/frameworks/base/tools/aapt2/format/proto/
H A DProtoDeserialize.cpp602 out_value->SetComment(pb_item.comment());

Completed in 860 milliseconds