Loading tools/aapt2/dump/DumpManifest.cpp +2 −1 Original line number Diff line number Diff line Loading @@ -135,7 +135,8 @@ class ManifestExtractor { template <typename Predicate> void Filter(Predicate&& func) { children_.erase(std::remove_if(children_.begin(), children_.end(), [&](const auto& e) { return func(e.get()); })); [&](const auto& e) { return func(e.get()); }), children_.end()); } /** Retrieves the list of children of the element. */ Loading Loading
tools/aapt2/dump/DumpManifest.cpp +2 −1 Original line number Diff line number Diff line Loading @@ -135,7 +135,8 @@ class ManifestExtractor { template <typename Predicate> void Filter(Predicate&& func) { children_.erase(std::remove_if(children_.begin(), children_.end(), [&](const auto& e) { return func(e.get()); })); [&](const auto& e) { return func(e.get()); }), children_.end()); } /** Retrieves the list of children of the element. */ Loading