Searched refs:ForEachChild (Results 1 – 1 of 1) sorted by relevance
/aosp12/frameworks/base/tools/aapt2/dump/ |
H A D | DumpManifest.cpp | 401 static void ForEachChild(ManifestExtractor::Element* root, in ForEachChild() function 405 ForEachChild(child.get(), f); in ForEachChild() 1837 ForEachChild(this, [&printer, &first](ManifestExtractor::Element* el){ in Print() 1945 ForEachChild(manifest, [&printer](ManifestExtractor::Element* el) -> void { in Dump() 2079 ForEachChild(root.get(), [&feature_groups](ManifestExtractor::Element* el) -> void { in Dump() 2099 ForEachChild(root.get(), [&components](ManifestExtractor::Element* el) -> void { in Dump() 2119 ForEachChild(root.get(), [&apk, &components, &diag](ManifestExtractor::Element* el) -> void { in Dump() 2137 ForEachChild(service, [&apk, &components, &diag, &host_apdu_action, in Dump()
|