Searched refs:found_resids (Results 1 – 1 of 1) sorted by relevance
760 auto found_resids = std::vector<uint32_t>(); in GetBagResIdStack() local761 GetBag(resid, found_resids); in GetBagResIdStack()763 cached_bag_resid_stacks_[resid] = found_resids; in GetBagResIdStack()764 return found_resids; in GetBagResIdStack()769 auto found_resids = std::vector<uint32_t>(); in GetBag() local770 auto bag = GetBag(resid, found_resids); in GetBag()775 cached_bag_resid_stacks_[resid] = found_resids; in GetBag()