Searched defs:attr_ns (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/tools/aapt2/xml/
H A DXmlDom.cpp444 const StringPiece& attr_ns, const StringPiece& attr_name,
447 ns, name, attr_ns, attr_name, attr_value));
451 const StringPiece& attr_ns,
457 if (attr_ns.empty() && attr_name.empty()) {
461 const Attribute* attr = el->FindAttribute(attr_ns, attr_name);
443 FindChildWithAttribute(const StringPiece& ns, const StringPiece& name, const StringPiece& attr_ns, const StringPiece& attr_name, const StringPiece& attr_value) argument
450 FindChildWithAttribute(const StringPiece& ns, const StringPiece& name, const StringPiece& attr_ns, const StringPiece& attr_name, const StringPiece& attr_value) const argument

Completed in 31 milliseconds