• Home
  • Raw
  • Download

Lines Matching defs:el

96 static xml::Attribute* FindAttribute(xml::Element *el, uint32_t resd_id) {  in FindAttribute()
108 static xml::Attribute* FindAttribute(xml::Element *el, const std::string &package, in FindAttribute()
150 virtual void Extract(xml::Element* el) { } in Extract()
1743 ForEachChild(this, [&printer, &first](ManifestExtractor::Element* el){ in Print()
1778 static void Print(ManifestExtractor::Element* el, text::Printer* printer) { in Print()
1815 ForEachChild(manifest, [&printer](ManifestExtractor::Element* el) -> void { in Dump()
1863 return FindElement(root, [&](ManifestExtractor::Element* el) -> bool { in Dump()
1933 ForEachChild(root.get(), [&feature_groups](ManifestExtractor::Element* el) -> void { in Dump()
1953 ForEachChild(root.get(), [&components](ManifestExtractor::Element* el) -> void { in Dump()
1973 ForEachChild(root.get(), [&apk, &components, &diag](ManifestExtractor::Element* el) -> void { in Dump()
1976 [&](ManifestExtractor::Element* el) -> bool { in Dump()
1984 [&](ManifestExtractor::Element* el) -> bool { in Dump()
1992 &offhost_apdu_action](ManifestExtractor::Element* el) -> void { in Dump()
2056 FindElement(root.get(), [&printer](ManifestExtractor::Element* el) -> bool { in Dump()
2066 FindElement(root.get(), [&printer](ManifestExtractor::Element* el) -> bool { in Dump()
2076 FindElement(root.get(), [&printer](ManifestExtractor::Element* el) -> bool { in Dump()
2088 [&](ManifestExtractor::Element* el) -> bool { in Dump()
2138 auto has_multi_arch = FindElement(root.get(), [&](ManifestExtractor::Element* el) -> bool { in Dump()
2247 ManifestExtractor* extractor, xml::Element* el) { in Inflate()
2299 std::unique_ptr<ManifestExtractor::Element> ManifestExtractor::Visit(xml::Element* el) { in Visit()