Home
last modified time | relevance | path

Searched refs:stack_it (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/libs/androidfw/
DAssetManager2.cpp1533 for (auto stack_it = cached_bag_resid_stacks_.begin(); in InvalidateCaches() local
1534 stack_it != cached_bag_resid_stacks_.end();) { in InvalidateCaches()
1535 const auto it = cached_bags_.find(stack_it->first); in InvalidateCaches()
1537 stack_it = cached_bag_resid_stacks_.erase(stack_it); in InvalidateCaches()
1540 stack_it = cached_bag_resid_stacks_.erase(stack_it); in InvalidateCaches()
1542 ++stack_it; // Keep the item in both caches. in InvalidateCaches()