Searched refs:out_string_pool (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/tools/aapt2/link/ |
D | XmlCompatVersioner.cpp | 25 static xml::Attribute CopyAttr(const xml::Attribute& src, StringPool* out_string_pool) { in CopyAttr() argument 28 dst.compiled_value.reset(src.compiled_value->Clone(out_string_pool)); in CopyAttr() 36 StringPool* out_string_pool) { in CopyAttribute() argument 44 dst_attr->compiled_value.reset(src_attr.compiled_value->Clone(out_string_pool)); in CopyAttribute() 50 dst_el->attributes.push_back(CopyAttr(src_attr, out_string_pool)); in CopyAttribute() 59 StringPool* out_string_pool) { in ProcessRule() argument 62 if (!CopyAttribute(src_attr, generated, dst_el, out_string_pool)) { in ProcessRule() 72 if (!CopyAttribute(src_attr, generated, dst_el, out_string_pool)) { in ProcessRule() 87 for (const DegradeResult& result : rule->Degrade(src_el, src_attr, out_string_pool)) { in ProcessRule() 94 true /*generated*/, dst_el, out_apis_referenced, out_string_pool); in ProcessRule() [all …]
|
D | XmlCompatVersioner.h | 48 StringPool* out_string_pool) const = 0; 73 std::set<ApiVersion>* out_apis_referenced, StringPool* out_string_pool); 90 StringPool* out_string_pool) const override;
|