Home
last modified time | relevance | path

Searched refs:CompileXmlAttribute (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/base/tools/aapt2/link/
H A DReferenceLinker.h100 static Maybe<xml::AaptAttribute> CompileXmlAttribute(const Reference& reference,
H A DXmlReferenceLinker.cpp80 ReferenceLinker::CompileXmlAttribute(attr_ref, callsite_, context_, symbols_, &err_str); in Visit()
H A DReferenceLinker_test.cpp292 EXPECT_FALSE(ReferenceLinker::CompileXmlAttribute( in TEST()
297 ASSERT_TRUE(ReferenceLinker::CompileXmlAttribute( in TEST()
H A DReferenceLinker.cpp325 Maybe<xml::AaptAttribute> ReferenceLinker::CompileXmlAttribute(const Reference& reference, in CompileXmlAttribute() function in aapt::ReferenceLinker