Home
last modified time | relevance | path

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

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