Home
last modified time | relevance | path

Searched refs:ParseValueWithAttribute (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/tools/aapt2/link/
H A DReferenceLinker.h56 std::unique_ptr<Item> ParseValueWithAttribute(std::unique_ptr<Item> value, const Attribute* attr);
H A DReferenceLinker.cpp126 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