Searched refs:out_string_pool (Results 1 – 2 of 2) sorted by relevance
/aosp14/frameworks/base/tools/aapt2/link/ |
H A D | XmlCompatVersioner.cpp | 25 static xml::Attribute CopyAttr(const xml::Attribute& src, android::StringPool* out_string_pool) { in CopyAttr() argument 26 CloningValueTransformer cloner(out_string_pool); in CopyAttr() 37 android::StringPool* out_string_pool) { in CopyAttribute() argument 38 CloningValueTransformer cloner(out_string_pool); in CopyAttribute() 52 dst_el->attributes.push_back(CopyAttr(src_attr, out_string_pool)); in CopyAttribute() 61 android::StringPool* out_string_pool) { in ProcessRule() argument 64 if (!CopyAttribute(src_attr, generated, dst_el, out_string_pool)) { in ProcessRule() 74 if (!CopyAttribute(src_attr, generated, dst_el, out_string_pool)) { in ProcessRule() 89 for (const DegradeResult& result : rule->Degrade(src_el, src_attr, out_string_pool)) { in ProcessRule() 96 true /*generated*/, dst_el, out_apis_referenced, out_string_pool); in ProcessRule() [all …]
|
H A D | XmlCompatVersioner.h | 48 android::StringPool* out_string_pool) const = 0; 73 std::set<ApiVersion>* out_apis_referenced, android::StringPool* out_string_pool); 90 android::StringPool* out_string_pool) const override;
|