Searched refs:FindChildWithAttribute (Results 1 – 2 of 2) sorted by relevance
102 Element* FindChildWithAttribute(const android::StringPiece& ns, const android::StringPiece& name,
398 return FindChildWithAttribute(ns, name, {}, {}, {}); in FindChild()401 Element* Element::FindChildWithAttribute(const StringPiece& ns, const StringPiece& name, in FindChildWithAttribute() function in aapt::xml::Element