Searched refs:ParseValueWithAttribute (Results 1 – 2 of 2) sorted by relevance
56 std::unique_ptr<Item> ParseValueWithAttribute(std::unique_ptr<Item> value, const Attribute* attr);
126 entry.value = ParseValueWithAttribute(std::move(entry.value), symbol->attribute.get()); in TransformDerived()165 std::unique_ptr<Item> ReferenceLinkerTransformer::ParseValueWithAttribute( in ParseValueWithAttribute() function in aapt::ReferenceLinkerTransformer