Searched refs:cached_bags_ (Results 1 – 1 of 1) sorted by relevance
208 final private Map<Integer, ResolvedBag> cached_bags_ = new HashMap<>(); field in CppAssetManager2949 ResolvedBag cached_iter = cached_bags_.get(resid); in GetBag()1040 cached_bags_.put(resid, new_bag); in GetBag()1193 cached_bags_.put(resid, new_bag); in GetBag()1327 cached_bags_.clear(); in InvalidateCaches()1334 for (Integer key : new ArrayList<>(cached_bags_.keySet())) { in InvalidateCaches()1336 if (isTruthy(diff & cached_bags_.get(key).type_spec_flags)) { in InvalidateCaches()1338 cached_bags_.remove(key); in InvalidateCaches()