Searched refs:ForEachChild (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/tools/aapt2/dump/ |
D | DumpManifest.cpp | 392 static void ForEachChild(ManifestExtractor::Element* root, in ForEachChild() function 396 ForEachChild(child.get(), f); in ForEachChild() 1743 ForEachChild(this, [&printer, &first](ManifestExtractor::Element* el){ in Print() 1815 ForEachChild(manifest, [&printer](ManifestExtractor::Element* el) -> void { 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() 1991 ForEachChild(service, [&apk, &components, &diag, &host_apdu_action, in Dump()
|