Lines Matching refs:out_string_pool
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()
159 android::StringPool* out_string_pool) { in CloneIfNotNull() argument
163 CloningValueTransformer cloner(out_string_pool); in CloneIfNotNull()
169 android::StringPool* out_string_pool) const { in Degrade()
176 CloneIfNotNull(src_attr.compiled_value, out_string_pool)}, in Degrade()